Html Css Color HEX #335163 Cello

📋 copy color: '#335163'

red 51 ◦ green 81 ◦ blue 99

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

Shades of Cello #335163

Tints of Cello #335163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 22.08%
G = 35.06%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#335163 (or 0x335163) is known color: Cello. HEX triplet: 33, 51 and 63. RGB value is (51,81,99). Sum of RGB (Red+Green+Blue) = 51+81+99=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #335163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335163 is #CCAE9C. Grayscale: #494949. Windows color (decimal): -13414045 or 6508851. OLE color: 6508851.

HSL color Cylindrical-coordinate representation of color #335163: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335163 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 81 99 -
CMYK 0.48 0.18 0 0.61
HSL 202.5º 0.32% 0.29% -
HSV(B) 202.5º 0.48% 0.39% -
XYZ 6.56 7.49 12.9 -
YUV 74.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 51 81 99 0.48 0.18 0 0.61 202.5 0.32 0.29
Hex 33 51 63 30 12 0 3D CA 20 1D
Octal 63 121 143 60 22 0 75 312 40 35
Binary 110011 1010001 1100011 110000 10010 0 111101 11001010 100000 11101

Color Harmonies of #335163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335163

Black with #335163

Text Example


Text Example

White with #335163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335163; }

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

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

background-color css

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

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

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

border-color css

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

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

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