Html Css Color HEX #335160 Cello

📋 copy color: '#335160'

red 51 ◦ green 81 ◦ blue 96

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

Shades of Cello #335160

Tints of Cello #335160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.53%

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

R = 22.37%
G = 35.53%
B = 42.11%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#335160 (or 0x335160) is known color: Cello. HEX triplet: 33, 51 and 60. RGB value is (51,81,96). Sum of RGB (Red+Green+Blue) = 51+81+96=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #335160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335160 is #CCAE9F. Grayscale: #494949. Windows color (decimal): -13414048 or 6312243. OLE color: 6312243.

HSL color Cylindrical-coordinate representation of color #335160: hue angle of 200º 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 #335160 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 81 96 -
CMYK 0.47 0.16 0 0.62
HSL 200º 0.31% 0.29% -
HSV(B) 200º 0.47% 0.38% -
XYZ 6.42 7.43 12.16 -
YUV 73.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 51 81 96 0.47 0.16 0 0.62 200 0.31 0.29
Hex 33 51 60 2F 10 0 3E C8 1F 1D
Octal 63 121 140 57 20 0 76 310 37 35
Binary 110011 1010001 1100000 101111 10000 0 111110 11001000 11111 11101

Color Harmonies of #335160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335160

Black with #335160

Text Example


Text Example

White with #335160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335160; }

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

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

background-color css

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

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

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

border-color css

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

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

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