Html Css Color HEX #35516B Cello

📋 copy color: '#35516B'

red 53 ◦ green 81 ◦ blue 107

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

Shades of Cello #35516B

Tints of Cello #35516B

RGB

 RED value IS 53 (21.09% from 255) = 21.99%

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

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 21.99%
G = 33.61%
B = 44.4%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35516B (or 0x35516B) is known color: Cello. HEX triplet: 35, 51 and 6B. RGB value is (53,81,107). Sum of RGB (Red+Green+Blue) = 53+81+107=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #35516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35516B is #CAAE94. Grayscale: #4B4B4B. Windows color (decimal): -13282965 or 7033141. OLE color: 7033141.

HSL color Cylindrical-coordinate representation of color #35516B: hue angle of 208.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35516B is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 81 107 -
CMYK 0.50 0.24 0 0.58
HSL 208.89º 0.34% 0.31% -
HSV(B) 208.89º 0.5% 0.42% -
XYZ 7.06 7.7 15.02 -
YUV 75.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 53 81 107 0.50 0.24 0 0.58 208.89 0.34 0.31
Hex 35 51 6B 32 18 0 3A D1 22 1F
Octal 65 121 153 62 30 0 72 321 42 37
Binary 110101 1010001 1101011 110010 11000 0 111010 11010001 100010 11111

Color Harmonies of #35516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35516B

Black with #35516B

Text Example


Text Example

White with #35516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35516B; }

 p { color: rgb(53,81,107); }

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

background-color css

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

 a { background-color: rgb(53,81,107); }

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

border-color css

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

 span { border-color: rgb(53,81,107); }

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