Html Css Color HEX #352877 Minsk

📋 copy color: '#352877'

red 53 ◦ green 40 ◦ blue 119

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

Shades of Minsk #352877

Tints of Minsk #352877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 25%
G = 18.87%
B = 56.13%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352877 (or 0x352877) is known color: Minsk. HEX triplet: 35, 28 and 77. RGB value is (53,40,119). Sum of RGB (Red+Green+Blue) = 53+40+119=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #352877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352877 is #CAD788. Grayscale: #343434. Windows color (decimal): -13293449 or 7809077. OLE color: 7809077.

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

Color convert

RGB 53 40 119 -
CMYK 0.55 0.66 0 0.53
HSL 249.87º 0.5% 0.31% -
HSV(B) 249.87º 0.66% 0.47% -
XYZ 5.56 3.61 17.86 -
YUV 52.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 53 40 119 0.55 0.66 0 0.53 249.87 0.5 0.31
Hex 35 28 77 37 42 0 35 FA 32 1F
Octal 65 50 167 67 102 0 65 372 62 37
Binary 110101 101000 1110111 110111 1000010 0 110101 11111010 110010 11111

Color Harmonies of #352877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352877

Black with #352877

Text Example


Text Example

White with #352877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352877; }

 p { color: rgb(53,40,119); }

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

background-color css

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

 a { background-color: rgb(53,40,119); }

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

border-color css

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

 span { border-color: rgb(53,40,119); }

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