#2F9CB6

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

Shades of Pelorous #2F9CB6

Tints of Pelorous #2F9CB6

Color information

#2F9CB6 (or 0x2F9CB6) is unknown color: approx Pelorous. HEX triplet: 2F, 9C and B6. RGB value is (47,156,182). Sum of RGB (Red+Green+Blue) = 47+156+182=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #2F9CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9CB6 is #D06349. Grayscale: #7E7E7E. Windows color (decimal): -13656906 or 11967535. OLE color: 11967535.

HSL color Cylindrical-coordinate representation of color #2F9CB6: hue angle of 191.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F9CB6 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB47156182-
CMYK0.740.1400.29
HSL191.56º58.95%44.9%-
HSV(B)191.56º74.18%71.37%-
XYZ21.527.7648.48-
YUV126.37159.3971.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.21%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=12.21%
G=40.52%
B=47.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471561820.740.1400.29191.5658.9544.9
Hex2F9CB64AE01Dc03b2d
Octal57234266112160353007355
Binary10111110011100101101101001010111001110111000000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,156,182); }

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

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

 a { background-color: rgb(47,156,182); }

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

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

 span { border-color: rgb(47,156,182); }

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