Html Css Color HEX #352A74 Minsk

📋 copy color: '#352A74'

red 53 ◦ green 42 ◦ blue 116

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

Shades of Minsk #352A74

Tints of Minsk #352A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 25.12%
G = 19.91%
B = 54.98%

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

#352A74 (or 0x352A74) is known color: Minsk. HEX triplet: 35, 2A and 74. RGB value is (53,42,116). Sum of RGB (Red+Green+Blue) = 53+42+116=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #352A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A74 is #CAD58B. Grayscale: #353535. Windows color (decimal): -13292940 or 7612981. OLE color: 7612981.

HSL color Cylindrical-coordinate representation of color #352A74: hue angle of 248.92º 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 #352A74 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 42 116 -
CMYK 0.54 0.64 0 0.55
HSL 248.92º 0.47% 0.31% -
HSV(B) 248.92º 0.64% 0.45% -
XYZ 5.45 3.67 16.94 -
YUV 53.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 53 42 116 0.54 0.64 0 0.55 248.92 0.47 0.31
Hex 35 2A 74 36 40 0 37 F9 2F 1F
Octal 65 52 164 66 100 0 67 371 57 37
Binary 110101 101010 1110100 110110 1000000 0 110111 11111001 101111 11111

Color Harmonies of #352A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A74

Black with #352A74

Text Example


Text Example

White with #352A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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