Html Css Color HEX #334959 Cello

📋 copy color: '#334959'

red 51 ◦ green 73 ◦ blue 89

#334959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #334959

Tints of Cello #334959

RGB

 RED value IS 51 (20.31% from 255) = 23.94%

 GREEN value IS 73 (28.91% from 255) = 34.27%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 23.94%
G = 34.27%
B = 41.78%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#334959 (or 0x334959) is known color: Cello. HEX triplet: 33, 49 and 59. RGB value is (51,73,89). Sum of RGB (Red+Green+Blue) = 51+73+89=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #334959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334959 is #CCB6A6. Grayscale: #444444. Windows color (decimal): -13416103 or 5851443. OLE color: 5851443.

HSL color Cylindrical-coordinate representation of color #334959: hue angle of 205.26º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334959 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 73 89 -
CMYK 0.43 0.18 0 0.65
HSL 205.26º 0.27% 0.27% -
HSV(B) 205.26º 0.43% 0.35% -
XYZ 5.55 6.19 10.35 -
YUV 68.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 51 73 89 0.43 0.18 0 0.65 205.26 0.27 0.27
Hex 33 49 59 2B 12 0 41 CD 1B 1B
Octal 63 111 131 53 22 0 101 315 33 33
Binary 110011 1001001 1011001 101011 10010 0 1000001 11001101 11011 11011

Color Harmonies of #334959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334959

Black with #334959

Text Example


Text Example

White with #334959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334959; }

 p { color: rgb(51,73,89); }

 H1.HeaderClassName
 {
   color: #334959;
 }
 .AnyTagClassName
 {
   color: #334959;
 }
</style>

background-color css

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

 a { background-color: rgb(51,73,89); }

 div.DivClassName
 {
   background-color: #334959;
 }
 .BgClassName
 {
   background-color: #334959;
 }
</style>

border-color css

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

 span { border-color: rgb(51,73,89); }

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