#334A62

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

Shades of Cello #334A62

Tints of Cello #334A62

Color information

#334A62 (or 0x334A62) is unknown color: approx Cello. HEX triplet: 33, 4A and 62. RGB value is (51,74,98). Sum of RGB (Red+Green+Blue) = 51+74+98=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #334A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A62 is #CCB59D. Grayscale: #454545. Windows color (decimal): -13415838 or 6441523. OLE color: 6441523.

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

Color convert

RGB517498-
CMYK0.480.2400.62
HSL210.64º31.54%29.22%-
HSV(B)210.64º47.96%38.43%-
XYZ6.026.4812.49-
YUV69.86143.88114.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=22.87%
G=33.18%
B=43.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5174980.480.2400.62210.6431.5429.22
Hex334A62301803Ed3201d
Octal6311214260300763234035
Binary110011100101011000101100001100001111101101001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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