Html Css Color HEX #352B74 Minsk

📋 copy color: '#352B74'

red 53 ◦ green 43 ◦ blue 116

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

Shades of Minsk #352B74

Tints of Minsk #352B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

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

R = 25%
G = 20.28%
B = 54.72%

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

#352B74 (or 0x352B74) is known color: Minsk. HEX triplet: 35, 2B and 74. RGB value is (53,43,116). Sum of RGB (Red+Green+Blue) = 53+43+116=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #352B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B74 is #CAD48B. Grayscale: #363636. Windows color (decimal): -13292684 or 7613237. OLE color: 7613237.

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

Color convert

RGB 53 43 116 -
CMYK 0.54 0.63 0 0.55
HSL 248.22º 0.46% 0.31% -
HSV(B) 248.22º 0.63% 0.45% -
XYZ 5.48 3.75 16.96 -
YUV 54.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 53 43 116 0.54 0.63 0 0.55 248.22 0.46 0.31
Hex 35 2B 74 36 3F 0 37 F8 2E 1F
Octal 65 53 164 66 77 0 67 370 56 37
Binary 110101 101011 1110100 110110 111111 0 110111 11111000 101110 11111

Color Harmonies of #352B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B74

Black with #352B74

Text Example


Text Example

White with #352B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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