#334B68

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

Shades of Cello #334B68

Tints of Cello #334B68

Color information

#334B68 (or 0x334B68) is unknown color: approx Cello. HEX triplet: 33, 4B and 68. RGB value is (51,75,104). Sum of RGB (Red+Green+Blue) = 51+75+104=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #334B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B68 is #CCB497. Grayscale: #464646. Windows color (decimal): -13415576 or 6834995. OLE color: 6834995.

HSL color Cylindrical-coordinate representation of color #334B68: hue angle of 212.83º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334B68 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5175104-
CMYK0.510.2800.59
HSL212.83º34.19%30.39%-
HSV(B)212.83º50.96%40.78%-
XYZ6.386.7414.06-
YUV71.13146.55113.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=22.17%
G=32.61%
B=45.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51751040.510.2800.59212.8334.1930.39
Hex334B68331C03Bd5221e
Octal6311315063340733254236
Binary110011100101111010001100111110001110111101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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