#334B60

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

Shades of Cello #334B60

Tints of Cello #334B60

Color information

#334B60 (or 0x334B60) is unknown color: approx Cello. HEX triplet: 33, 4B and 60. RGB value is (51,75,96). Sum of RGB (Red+Green+Blue) = 51+75+96=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #334B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B60 is #CCB49F. Grayscale: #464646. Windows color (decimal): -13415584 or 6310707. OLE color: 6310707.

HSL color Cylindrical-coordinate representation of color #334B60: hue angle of 208º 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 #334B60 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB517596-
CMYK0.470.2200.62
HSL208º30.61%28.82%-
HSV(B)208º46.88%37.65%-
XYZ5.996.5812.02-
YUV70.22142.55114.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=22.97%
G=33.78%
B=43.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5175960.470.2200.6220830.6128.82
Hex334B602F1603Ed01f1d
Octal6311314057260763203735
Binary11001110010111100000101111101100111110110100001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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