Html Css Color HEX #35495C Cello

📋 copy color: '#35495C'

red 53 ◦ green 73 ◦ blue 92

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

Shades of Cello #35495C

Tints of Cello #35495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 24.31%
G = 33.49%
B = 42.2%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35495C (or 0x35495C) is known color: Cello. HEX triplet: 35, 49 and 5C. RGB value is (53,73,92). Sum of RGB (Red+Green+Blue) = 53+73+92=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #35495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35495C is #CAB6A3. Grayscale: #454545. Windows color (decimal): -13285028 or 6048053. OLE color: 6048053.

HSL color Cylindrical-coordinate representation of color #35495C: hue angle of 209.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35495C is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 73 92 -
CMYK 0.42 0.21 0 0.64
HSL 209.23º 0.27% 0.28% -
HSV(B) 209.23º 0.42% 0.36% -
XYZ 5.78 6.29 11.04 -
YUV 69.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 53 73 92 0.42 0.21 0 0.64 209.23 0.27 0.28
Hex 35 49 5C 2A 15 0 40 D1 1B 1C
Octal 65 111 134 52 25 0 100 321 33 34
Binary 110101 1001001 1011100 101010 10101 0 1000000 11010001 11011 11100

Color Harmonies of #35495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35495C

Black with #35495C

Text Example


Text Example

White with #35495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35495C; }

 p { color: rgb(53,73,92); }

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

background-color css

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

 a { background-color: rgb(53,73,92); }

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

border-color css

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

 span { border-color: rgb(53,73,92); }

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