#2F4A69

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

Shades of Cello #2F4A69

Tints of Cello #2F4A69

Color information

#2F4A69 (or 0x2F4A69) is unknown color: approx Cello. HEX triplet: 2F, 4A and 69. RGB value is (47,74,105). Sum of RGB (Red+Green+Blue) = 47+74+105=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F4A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4A69 is #D0B596. Grayscale: #454545. Windows color (decimal): -13677975 or 6900271. OLE color: 6900271.

HSL color Cylindrical-coordinate representation of color #2F4A69: hue angle of 212.07º 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 #2F4A69 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4774105-
CMYK0.550.3000.59
HSL212.07º38.16%29.8%-
HSV(B)212.07º55.24%41.18%-
XYZ6.176.5214.3-
YUV69.46148.05111.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=20.80%
G=32.74%
B=46.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47741050.550.3000.59212.0738.1629.8
Hex2F4A69371E03Bd4261e
Octal5711215167360733244636
Binary101111100101011010011101111111001110111101010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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