Html Css Color HEX #352879 Minsk

📋 copy color: '#352879'

red 53 ◦ green 40 ◦ blue 121

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

Shades of Minsk #352879

Tints of Minsk #352879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 56.54%

R = 24.77%
G = 18.69%
B = 56.54%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352879 (or 0x352879) is known color: Minsk. HEX triplet: 35, 28 and 79. RGB value is (53,40,121). Sum of RGB (Red+Green+Blue) = 53+40+121=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #352879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352879 is #CAD786. Grayscale: #343434. Windows color (decimal): -13293447 or 7940149. OLE color: 7940149.

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

Color convert

RGB 53 40 121 -
CMYK 0.56 0.67 0 0.53
HSL 249.63º 0.5% 0.32% -
HSV(B) 249.63º 0.67% 0.47% -
XYZ 5.68 3.65 18.5 -
YUV 53.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 53 40 121 0.56 0.67 0 0.53 249.63 0.5 0.32
Hex 35 28 79 38 43 0 35 FA 32 20
Octal 65 50 171 70 103 0 65 372 62 40
Binary 110101 101000 1111001 111000 1000011 0 110101 11111010 110010 100000

Color Harmonies of #352879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352879

Black with #352879

Text Example


Text Example

White with #352879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352879; }

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

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

background-color css

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

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

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

border-color css

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

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

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