Html Css Color HEX #334960 Cello

📋 copy color: '#334960'

red 51 ◦ green 73 ◦ blue 96

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

Shades of Cello #334960

Tints of Cello #334960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 23.18%
G = 33.18%
B = 43.64%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#334960 (or 0x334960) is known color: Cello. HEX triplet: 33, 49 and 60. RGB value is (51,73,96). Sum of RGB (Red+Green+Blue) = 51+73+96=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #334960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334960 is #CCB69F. Grayscale: #444444. Windows color (decimal): -13416096 or 6310195. OLE color: 6310195.

HSL color Cylindrical-coordinate representation of color #334960: hue angle of 210.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334960 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 73 96 -
CMYK 0.47 0.24 0 0.62
HSL 210.67º 0.31% 0.29% -
HSV(B) 210.67º 0.47% 0.38% -
XYZ 5.86 6.31 11.98 -
YUV 69.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 51 73 96 0.47 0.24 0 0.62 210.67 0.31 0.29
Hex 33 49 60 2F 18 0 3E D3 1F 1D
Octal 63 111 140 57 30 0 76 323 37 35
Binary 110011 1001001 1100000 101111 11000 0 111110 11010011 11111 11101

Color Harmonies of #334960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334960

Black with #334960

Text Example


Text Example

White with #334960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334960; }

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

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

background-color css

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

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

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

border-color css

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

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

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