#2796AE

Color #2796AE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2796AE

Tints of Pelorous #2796AE

Color information

#2796AE (or 0x2796AE) is unknown color: approx Pelorous. HEX triplet: 27, 96 and AE. RGB value is (39,150,174). Sum of RGB (Red+Green+Blue) = 39+150+174=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #2796AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2796AE is #D86951. Grayscale: #777777. Windows color (decimal): -14182738 or 11441703. OLE color: 11441703.

HSL color Cylindrical-coordinate representation of color #2796AE: hue angle of 190.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2796AE is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39150174-
CMYK0.780.1400.32
HSL190.67º63.38%41.76%-
HSV(B)190.67º77.59%68.24%-
XYZ19.3825.343.91-
YUV119.55158.7370.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 10.74%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=10.74%
G=41.32%
B=47.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391501740.780.1400.32190.6763.3841.76
Hex2796AE4EE020bf3f2a
Octal47226256116160402777752
Binary100111100101101010111010011101110010000010111111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2796AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2796AE; }

 p { color: rgb(39,150,174); }

 H1.HeaderClassName
 {
   color: #2796AE;
 }
 .AnyTagClassName
 {
   color: #2796AE;
 }
</style>
background-color css

<style>
 a { background-color: #2796AE; }

 a { background-color: rgb(39,150,174); }

 div.DivClassName
 {
   background-color: #2796AE;
 }
 .BgClassName
 {
   background-color: #2796AE;
 }
</style>
border-color css

<style>
 span { border-color: #2796AE; }

 span { border-color: rgb(39,150,174); }

 td.TdClassName
 {
   border-color: #2796AE;
 }
 .TagClassName
 {
   border-color: #2796AE;
 }
</style>