#334A68

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

Shades of Cello #334A68

Tints of Cello #334A68

Color information

#334A68 (or 0x334A68) is unknown color: approx Cello. HEX triplet: 33, 4A and 68. RGB value is (51,74,104). Sum of RGB (Red+Green+Blue) = 51+74+104=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #334A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A68 is #CCB597. Grayscale: #464646. Windows color (decimal): -13415832 or 6834739. OLE color: 6834739.

HSL color Cylindrical-coordinate representation of color #334A68: hue angle of 213.96º 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 #334A68 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5174104-
CMYK0.510.2900.59
HSL213.96º34.19%30.39%-
HSV(B)213.96º50.96%40.78%-
XYZ6.316.614.04-
YUV70.54146.88114.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=22.27%
G=32.31%
B=45.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51741040.510.2900.59213.9634.1930.39
Hex334A68331D03Bd6221e
Octal6311215063350733264236
Binary110011100101011010001100111110101110111101011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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