#2799AE

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

Shades of Pelorous #2799AE

Tints of Pelorous #2799AE

Color information

#2799AE (or 0x2799AE) is unknown color: approx Pelorous. HEX triplet: 27, 99 and AE. RGB value is (39,153,174). Sum of RGB (Red+Green+Blue) = 39+153+174=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #2799AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2799AE is #D86651. Grayscale: #797979. Windows color (decimal): -14181970 or 11442471. OLE color: 11442471.

HSL color Cylindrical-coordinate representation of color #2799AE: hue angle of 189.33º 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 #2799AE is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39153174-
CMYK0.780.1200.32
HSL189.33º63.38%41.76%-
HSV(B)189.33º77.59%68.24%-
XYZ19.8726.2744.07-
YUV121.31157.7369.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.66%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=10.66%
G=41.80%
B=47.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391531740.780.1200.32189.3363.3841.76
Hex2799AE4EC020bd3f2a
Octal47231256116140402757752
Binary100111100110011010111010011101100010000010111101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2799AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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