#334C65

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

Shades of Cello #334C65

Tints of Cello #334C65

Color information

#334C65 (or 0x334C65) is unknown color: approx Cello. HEX triplet: 33, 4C and 65. RGB value is (51,76,101). Sum of RGB (Red+Green+Blue) = 51+76+101=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #334C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C65 is #CCB39A. Grayscale: #474747. Windows color (decimal): -13415323 or 6638643. OLE color: 6638643.

HSL color Cylindrical-coordinate representation of color #334C65: hue angle of 210º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334C65 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5176101-
CMYK0.500.2500.60
HSL210º32.89%29.8%-
HSV(B)210º49.5%39.61%-
XYZ6.36.8113.29-
YUV71.37144.72113.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=22.37%
G=33.33%
B=44.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51761010.500.2500.6021032.8929.8
Hex334C65321903Cd2211e
Octal6311414562310743224136
Binary110011100110011001011100101100101111001101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,101); }

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

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

 a { background-color: rgb(51,76,101); }

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

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

 span { border-color: rgb(51,76,101); }

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