#334A60

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

Shades of Cello #334A60

Tints of Cello #334A60

Color information

#334A60 (or 0x334A60) is unknown color: approx Cello. HEX triplet: 33, 4A and 60. RGB value is (51,74,96). Sum of RGB (Red+Green+Blue) = 51+74+96=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #334A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A60 is #CCB59F. Grayscale: #454545. Windows color (decimal): -13415840 or 6310451. OLE color: 6310451.

HSL color Cylindrical-coordinate representation of color #334A60: hue angle of 209.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334A60 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517496-
CMYK0.470.2300.62
HSL209.33º30.61%28.82%-
HSV(B)209.33º46.88%37.65%-
XYZ5.936.4512-
YUV69.63142.88114.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=23.08%
G=33.48%
B=43.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5174960.470.2300.62209.3330.6128.82
Hex334A602F1703Ed11f1d
Octal6311214057270763213735
Binary11001110010101100000101111101110111110110100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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