Html Css Color HEX #352876 Minsk

📋 copy color: '#352876'

red 53 ◦ green 40 ◦ blue 118

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

Shades of Minsk #352876

Tints of Minsk #352876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 25.12%
G = 18.96%
B = 55.92%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#352876 (or 0x352876) is known color: Minsk. HEX triplet: 35, 28 and 76. RGB value is (53,40,118). Sum of RGB (Red+Green+Blue) = 53+40+118=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #352876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352876 is #CAD789. Grayscale: #343434. Windows color (decimal): -13293450 or 7743541. OLE color: 7743541.

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

Color convert

RGB 53 40 118 -
CMYK 0.55 0.66 0 0.54
HSL 250º 0.49% 0.31% -
HSV(B) 250º 0.66% 0.46% -
XYZ 5.5 3.58 17.54 -
YUV 52.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 53 40 118 0.55 0.66 0 0.54 250 0.49 0.31
Hex 35 28 76 37 42 0 36 FA 31 1F
Octal 65 50 166 67 102 0 66 372 61 37
Binary 110101 101000 1110110 110111 1000010 0 110110 11111010 110001 11111

Color Harmonies of #352876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352876

Black with #352876

Text Example


Text Example

White with #352876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352876; }

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

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

background-color css

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

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

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

border-color css

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

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

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