#334B65

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

Shades of Cello #334B65

Tints of Cello #334B65

Color information

#334B65 (or 0x334B65) is unknown color: approx Cello. HEX triplet: 33, 4B and 65. RGB value is (51,75,101). Sum of RGB (Red+Green+Blue) = 51+75+101=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #334B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334B65 is #CCB49A. Grayscale: #464646. Windows color (decimal): -13415579 or 6638387. OLE color: 6638387.

HSL color Cylindrical-coordinate representation of color #334B65: hue angle of 211.2º 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 #334B65 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5175101-
CMYK0.500.2600.60
HSL211.2º32.89%29.8%-
HSV(B)211.2º49.5%39.61%-
XYZ6.236.6813.27-
YUV70.79145.05113.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=22.47%
G=33.04%
B=44.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51751010.500.2600.60211.232.8929.8
Hex334B65321A03Cd3211e
Octal6311314562320743234136
Binary110011100101111001011100101101001111001101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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