#2C9BAE

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

Shades of Pelorous #2C9BAE

Tints of Pelorous #2C9BAE

Color information

#2C9BAE (or 0x2C9BAE) is unknown color: approx Pelorous. HEX triplet: 2C, 9B and AE. RGB value is (44,155,174). Sum of RGB (Red+Green+Blue) = 44+155+174=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C9BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9BAE is #D36451. Grayscale: #7B7B7B. Windows color (decimal): -13853778 or 11442988. OLE color: 11442988.

HSL color Cylindrical-coordinate representation of color #2C9BAE: hue angle of 188.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C9BAE is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB44155174-
CMYK0.750.1100.32
HSL188.77º59.63%42.75%-
HSV(B)188.77º74.71%68.24%-
XYZ20.427.0344.19-
YUV123.98156.2370.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.80%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=11.80%
G=41.55%
B=46.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal441551740.750.1100.32188.7759.6342.75
Hex2C9BAE4BB020bd3c2b
Octal54233256113130402757453
Binary101100100110111010111010010111011010000010111101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C9BAE; }

 p { color: rgb(44,155,174); }

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

<style>
 a { background-color: #2C9BAE; }

 a { background-color: rgb(44,155,174); }

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

<style>
 span { border-color: #2C9BAE; }

 span { border-color: rgb(44,155,174); }

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