Html Css Color HEX #352973 Minsk

📋 copy color: '#352973'

red 53 ◦ green 41 ◦ blue 115

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

Shades of Minsk #352973

Tints of Minsk #352973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 25.36%
G = 19.62%
B = 55.02%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352973 (or 0x352973) is known color: Minsk. HEX triplet: 35, 29 and 73. RGB value is (53,41,115). Sum of RGB (Red+Green+Blue) = 53+41+115=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #352973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352973 is #CAD68C. Grayscale: #343434. Windows color (decimal): -13293197 or 7547189. OLE color: 7547189.

HSL color Cylindrical-coordinate representation of color #352973: hue angle of 249.73º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #352973 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 41 115 -
CMYK 0.54 0.64 0 0.55
HSL 249.73º 0.47% 0.31% -
HSV(B) 249.73º 0.64% 0.45% -
XYZ 5.36 3.58 16.63 -
YUV 53.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 53 41 115 0.54 0.64 0 0.55 249.73 0.47 0.31
Hex 35 29 73 36 40 0 37 FA 2F 1F
Octal 65 51 163 66 100 0 67 372 57 37
Binary 110101 101001 1110011 110110 1000000 0 110111 11111010 101111 11111

Color Harmonies of #352973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352973

Black with #352973

Text Example


Text Example

White with #352973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352973; }

 p { color: rgb(53,41,115); }

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

background-color css

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

 a { background-color: rgb(53,41,115); }

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

border-color css

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

 span { border-color: rgb(53,41,115); }

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