Html Css Color HEX #352A73 Minsk

📋 copy color: '#352A73'

red 53 ◦ green 42 ◦ blue 115

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

Shades of Minsk #352A73

Tints of Minsk #352A73

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20%

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

R = 25.24%
G = 20%
B = 54.76%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352A73 (or 0x352A73) is known color: Minsk. HEX triplet: 35, 2A and 73. RGB value is (53,42,115). Sum of RGB (Red+Green+Blue) = 53+42+115=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #352A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A73 is #CAD58C. Grayscale: #353535. Windows color (decimal): -13292941 or 7547445. OLE color: 7547445.

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

Color convert

RGB 53 42 115 -
CMYK 0.54 0.63 0 0.55
HSL 249.04º 0.46% 0.31% -
HSV(B) 249.04º 0.63% 0.45% -
XYZ 5.39 3.65 16.64 -
YUV 53.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 53 42 115 0.54 0.63 0 0.55 249.04 0.46 0.31
Hex 35 2A 73 36 3F 0 37 F9 2E 1F
Octal 65 52 163 66 77 0 67 371 56 37
Binary 110101 101010 1110011 110110 111111 0 110111 11111001 101110 11111

Color Harmonies of #352A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A73

Black with #352A73

Text Example


Text Example

White with #352A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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