Html Css Color HEX #352978 Minsk

📋 copy color: '#352978'

red 53 ◦ green 41 ◦ blue 120

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

Shades of Minsk #352978

Tints of Minsk #352978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.07%

R = 24.77%
G = 19.16%
B = 56.07%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352978 (or 0x352978) is known color: Minsk. HEX triplet: 35, 29 and 78. RGB value is (53,41,120). Sum of RGB (Red+Green+Blue) = 53+41+120=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #352978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352978 is #CAD687. Grayscale: #353535. Windows color (decimal): -13293192 or 7874869. OLE color: 7874869.

HSL color Cylindrical-coordinate representation of color #352978: hue angle of 249.11º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352978 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 41 120 -
CMYK 0.56 0.66 0 0.53
HSL 249.11º 0.49% 0.32% -
HSV(B) 249.11º 0.66% 0.47% -
XYZ 5.65 3.7 18.19 -
YUV 53.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 53 41 120 0.56 0.66 0 0.53 249.11 0.49 0.32
Hex 35 29 78 38 42 0 35 F9 31 20
Octal 65 51 170 70 102 0 65 371 61 40
Binary 110101 101001 1111000 111000 1000010 0 110101 11111001 110001 100000

Color Harmonies of #352978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352978

Black with #352978

Text Example


Text Example

White with #352978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352978; }

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

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

background-color css

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

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

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

border-color css

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

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

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