#2F4760

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

Shades of Cello #2F4760

Tints of Cello #2F4760

Color information

#2F4760 (or 0x2F4760) is unknown color: approx Cello. HEX triplet: 2F, 47 and 60. RGB value is (47,71,96). Sum of RGB (Red+Green+Blue) = 47+71+96=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F4760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4760 is #D0B89F. Grayscale: #424242. Windows color (decimal): -13678752 or 6309679. OLE color: 6309679.

HSL color Cylindrical-coordinate representation of color #2F4760: hue angle of 210.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F4760 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB477196-
CMYK0.510.2600.62
HSL210.61º34.27%28.04%-
HSV(B)210.61º51.04%37.65%-
XYZ5.545.9611.92-
YUV66.67144.55113.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.96%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=21.96%
G=33.18%
B=44.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4771960.510.2600.62210.6134.2728.04
Hex2F4760331A03Ed3221c
Octal5710714063320763234234
Binary101111100011111000001100111101001111101101001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,96); }

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

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

 a { background-color: rgb(47,71,96); }

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

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

 span { border-color: rgb(47,71,96); }

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