Html Css Color HEX #352871 Minsk

📋 copy color: '#352871'

red 53 ◦ green 40 ◦ blue 113

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

Shades of Minsk #352871

Tints of Minsk #352871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.42%

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 25.73%
G = 19.42%
B = 54.85%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352871 (or 0x352871) is known color: Minsk. HEX triplet: 35, 28 and 71. RGB value is (53,40,113). Sum of RGB (Red+Green+Blue) = 53+40+113=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #352871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352871 is #CAD78E. Grayscale: #333333. Windows color (decimal): -13293455 or 7415861. OLE color: 7415861.

HSL color Cylindrical-coordinate representation of color #352871: hue angle of 250.68º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352871 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 40 113 -
CMYK 0.53 0.65 0 0.56
HSL 250.68º 0.48% 0.3% -
HSV(B) 250.68º 0.65% 0.44% -
XYZ 5.21 3.47 16.02 -
YUV 52.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 53 40 113 0.53 0.65 0 0.56 250.68 0.48 0.3
Hex 35 28 71 35 41 0 38 FB 30 1E
Octal 65 50 161 65 101 0 70 373 60 36
Binary 110101 101000 1110001 110101 1000001 0 111000 11111011 110000 11110

Color Harmonies of #352871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352871

Black with #352871

Text Example


Text Example

White with #352871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352871; }

 p { color: rgb(53,40,113); }

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

background-color css

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

 a { background-color: rgb(53,40,113); }

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

border-color css

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

 span { border-color: rgb(53,40,113); }

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