Html Css Color HEX #35475C Cello

📋 copy color: '#35475C'

red 53 ◦ green 71 ◦ blue 92

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

Shades of Cello #35475C

Tints of Cello #35475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

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

R = 24.54%
G = 32.87%
B = 42.59%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35475C (or 0x35475C) is known color: Cello. HEX triplet: 35, 47 and 5C. RGB value is (53,71,92). Sum of RGB (Red+Green+Blue) = 53+71+92=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #35475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35475C is #CAB8A3. Grayscale: #434343. Windows color (decimal): -13285540 or 6047541. OLE color: 6047541.

HSL color Cylindrical-coordinate representation of color #35475C: hue angle of 212.31º 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 #35475C is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 71 92 -
CMYK 0.42 0.23 0 0.64
HSL 212.31º 0.27% 0.28% -
HSV(B) 212.31º 0.42% 0.36% -
XYZ 5.65 6.04 10.99 -
YUV 68.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 53 71 92 0.42 0.23 0 0.64 212.31 0.27 0.28
Hex 35 47 5C 2A 17 0 40 D4 1B 1C
Octal 65 107 134 52 27 0 100 324 33 34
Binary 110101 1000111 1011100 101010 10111 0 1000000 11010100 11011 11100

Color Harmonies of #35475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35475C

Black with #35475C

Text Example


Text Example

White with #35475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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