Html Css Color HEX #352875 Minsk

📋 copy color: '#352875'

red 53 ◦ green 40 ◦ blue 117

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

Shades of Minsk #352875

Tints of Minsk #352875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.71%

R = 25.24%
G = 19.05%
B = 55.71%

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

#352875 (or 0x352875) is known color: Minsk. HEX triplet: 35, 28 and 75. RGB value is (53,40,117). Sum of RGB (Red+Green+Blue) = 53+40+117=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #352875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352875 is #CAD78A. Grayscale: #343434. Windows color (decimal): -13293451 or 7678005. OLE color: 7678005.

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

Color convert

RGB 53 40 117 -
CMYK 0.55 0.66 0 0.54
HSL 250.13º 0.49% 0.31% -
HSV(B) 250.13º 0.66% 0.46% -
XYZ 5.44 3.56 17.23 -
YUV 52.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 53 40 117 0.55 0.66 0 0.54 250.13 0.49 0.31
Hex 35 28 75 37 42 0 36 FA 31 1F
Octal 65 50 165 67 102 0 66 372 61 37
Binary 110101 101000 1110101 110111 1000010 0 110110 11111010 110001 11111

Color Harmonies of #352875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352875

Black with #352875

Text Example


Text Example

White with #352875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352875; }

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

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

background-color css

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

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

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

border-color css

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

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

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