#2F4C6C

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

Shades of Cello #2F4C6C

Tints of Cello #2F4C6C

Color information

#2F4C6C (or 0x2F4C6C) is unknown color: approx Cello. HEX triplet: 2F, 4C and 6C. RGB value is (47,76,108). Sum of RGB (Red+Green+Blue) = 47+76+108=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F4C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4C6C is #D0B393. Grayscale: #464646. Windows color (decimal): -13677460 or 7097391. OLE color: 7097391.

HSL color Cylindrical-coordinate representation of color #2F4C6C: hue angle of 211.48º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F4C6C is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4776108-
CMYK0.560.3000.58
HSL211.48º39.35%30.39%-
HSV(B)211.48º56.48%42.35%-
XYZ6.466.8615.17-
YUV70.98148.89110.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.35%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=20.35%
G=32.90%
B=46.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47761080.560.3000.58211.4839.3530.39
Hex2F4C6C381E03Ad3271e
Octal5711415470360723234736
Binary101111100110011011001110001111001110101101001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,76,108); }

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

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

 a { background-color: rgb(47,76,108); }

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

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

 span { border-color: rgb(47,76,108); }

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