#334A5F

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

Shades of Cello #334A5F

Tints of Cello #334A5F

Color information

#334A5F (or 0x334A5F) is unknown color: approx Cello. HEX triplet: 33, 4A and 5F. RGB value is (51,74,95). Sum of RGB (Red+Green+Blue) = 51+74+95=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #334A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A5F is #CCB5A0. Grayscale: #454545. Windows color (decimal): -13415841 or 6244915. OLE color: 6244915.

HSL color Cylindrical-coordinate representation of color #334A5F: hue angle of 208.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #334A5F is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB517495-
CMYK0.460.2200.63
HSL208.64º30.14%28.63%-
HSV(B)208.64º46.32%37.25%-
XYZ5.886.4311.76-
YUV69.52142.38114.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=23.18%
G=33.64%
B=43.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5174950.460.2200.63208.6430.1428.63
Hex334A5F2E1603Fd11e1d
Octal6311213756260773213635
Binary11001110010101011111101110101100111111110100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334A5F; }

 p { color: rgb(51,74,95); }

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

<style>
 a { background-color: #334A5F; }

 a { background-color: rgb(51,74,95); }

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

<style>
 span { border-color: #334A5F; }

 span { border-color: rgb(51,74,95); }

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