Html Css Color HEX #32475F Cello

📋 copy color: '#32475F'

red 50 ◦ green 71 ◦ blue 95

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

Shades of Cello #32475F

Tints of Cello #32475F

RGB

 RED value IS 50 (19.92% from 255) = 23.15%

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

 BLUE value IS 95 (37.5% from 255) = 43.98%

R = 23.15%
G = 32.87%
B = 43.98%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#32475F (or 0x32475F) is known color: Cello. HEX triplet: 32, 47 and 5F. RGB value is (50,71,95). Sum of RGB (Red+Green+Blue) = 50+71+95=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #32475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32475F is #CDB8A0. Grayscale: #434343. Windows color (decimal): -13482145 or 6244146. OLE color: 6244146.

HSL color Cylindrical-coordinate representation of color #32475F: hue angle of 212º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32475F is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 71 95 -
CMYK 0.47 0.25 0 0.63
HSL 212º 0.31% 0.28% -
HSV(B) 212º 0.47% 0.37% -
XYZ 5.63 6.01 11.69 -
YUV 67.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 50 71 95 0.47 0.25 0 0.63 212 0.31 0.28
Hex 32 47 5F 2F 19 0 3F D4 1F 1C
Octal 62 107 137 57 31 0 77 324 37 34
Binary 110010 1000111 1011111 101111 11001 0 111111 11010100 11111 11100

Color Harmonies of #32475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32475F

Black with #32475F

Text Example


Text Example

White with #32475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32475F; }

 p { color: rgb(50,71,95); }

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

background-color css

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

 a { background-color: rgb(50,71,95); }

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

border-color css

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

 span { border-color: rgb(50,71,95); }

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