#2F4A68

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

Shades of Cello #2F4A68

Tints of Cello #2F4A68

Color information

#2F4A68 (or 0x2F4A68) is unknown color: approx Cello. HEX triplet: 2F, 4A and 68. RGB value is (47,74,104). Sum of RGB (Red+Green+Blue) = 47+74+104=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F4A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4A68 is #D0B597. Grayscale: #454545. Windows color (decimal): -13677976 or 6834735. OLE color: 6834735.

HSL color Cylindrical-coordinate representation of color #2F4A68: hue angle of 211.58º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F4A68 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4774104-
CMYK0.550.2900.59
HSL211.58º37.75%29.61%-
HSV(B)211.58º54.81%40.78%-
XYZ6.126.514.03-
YUV69.35147.55112.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=20.89%
G=32.89%
B=46.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47741040.550.2900.59211.5837.7529.61
Hex2F4A68371D03Bd4261e
Octal5711215067350733244636
Binary101111100101011010001101111110101110111101010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,74,104); }

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

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

 a { background-color: rgb(47,74,104); }

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

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

 span { border-color: rgb(47,74,104); }

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