Html Css Color HEX #334859 Cello

📋 copy color: '#334859'

red 51 ◦ green 72 ◦ blue 89

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

Shades of Cello #334859

Tints of Cello #334859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

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

R = 24.06%
G = 33.96%
B = 41.98%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#334859 (or 0x334859) is known color: Cello. HEX triplet: 33, 48 and 59. RGB value is (51,72,89). Sum of RGB (Red+Green+Blue) = 51+72+89=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #334859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334859 is #CCB7A6. Grayscale: #434343. Windows color (decimal): -13416359 or 5851187. OLE color: 5851187.

HSL color Cylindrical-coordinate representation of color #334859: hue angle of 206.84º 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 #334859 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 72 89 -
CMYK 0.43 0.19 0 0.65
HSL 206.84º 0.27% 0.27% -
HSV(B) 206.84º 0.43% 0.35% -
XYZ 5.49 6.06 10.33 -
YUV 67.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 51 72 89 0.43 0.19 0 0.65 206.84 0.27 0.27
Hex 33 48 59 2B 13 0 41 CF 1B 1B
Octal 63 110 131 53 23 0 101 317 33 33
Binary 110011 1001000 1011001 101011 10011 0 1000001 11001111 11011 11011

Color Harmonies of #334859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334859

Black with #334859

Text Example


Text Example

White with #334859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334859; }

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

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

background-color css

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

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

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

border-color css

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

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

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