#334B5F

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

Shades of Cello #334B5F

Tints of Cello #334B5F

Color information

#334B5F (or 0x334B5F) is unknown color: approx Cello. HEX triplet: 33, 4B and 5F. RGB value is (51,75,95). Sum of RGB (Red+Green+Blue) = 51+75+95=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #334B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B5F is #CCB4A0. Grayscale: #464646. Windows color (decimal): -13415585 or 6245171. OLE color: 6245171.

HSL color Cylindrical-coordinate representation of color #334B5F: hue angle of 207.27º 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 #334B5F is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB517595-
CMYK0.460.2100.63
HSL207.27º30.14%28.63%-
HSV(B)207.27º46.32%37.25%-
XYZ5.956.5611.78-
YUV70.1142.05114.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=23.08%
G=33.94%
B=42.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5175950.460.2100.63207.2730.1428.63
Hex334B5F2E1503Fcf1e1d
Octal6311313756250773173635
Binary11001110010111011111101110101010111111110011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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