#334A6C

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

Shades of Cello #334A6C

Tints of Cello #334A6C

Color information

#334A6C (or 0x334A6C) is unknown color: approx Cello. HEX triplet: 33, 4A and 6C. RGB value is (51,74,108). Sum of RGB (Red+Green+Blue) = 51+74+108=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #334A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334A6C is #CCB593. Grayscale: #464646. Windows color (decimal): -13415828 or 7096883. OLE color: 7096883.

HSL color Cylindrical-coordinate representation of color #334A6C: hue angle of 215.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #334A6C is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5174108-
CMYK0.530.3100.58
HSL215.79º35.85%31.18%-
HSV(B)215.79º52.78%42.35%-
XYZ6.526.6815.13-
YUV71148.88113.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.89%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=21.89%
G=31.76%
B=46.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51741080.530.3100.58215.7935.8531.18
Hex334A6C351F03Ad8241f
Octal6311215465370723304437
Binary110011100101011011001101011111101110101101100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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