Html Css Color HEX #352773 Minsk

📋 copy color: '#352773'

red 53 ◦ green 39 ◦ blue 115

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

Shades of Minsk #352773

Tints of Minsk #352773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

 BLUE value IS 115 (45.31% from 255) = 55.56%

R = 25.6%
G = 18.84%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352773 (or 0x352773) is known color: Minsk. HEX triplet: 35, 27 and 73. RGB value is (53,39,115). Sum of RGB (Red+Green+Blue) = 53+39+115=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #352773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352773 is #CAD88C. Grayscale: #333333. Windows color (decimal): -13293709 or 7546677. OLE color: 7546677.

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

Color convert

RGB 53 39 115 -
CMYK 0.54 0.66 0 0.55
HSL 251.05º 0.49% 0.3% -
HSV(B) 251.05º 0.66% 0.45% -
XYZ 5.29 3.45 16.61 -
YUV 51.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 53 39 115 0.54 0.66 0 0.55 251.05 0.49 0.3
Hex 35 27 73 36 42 0 37 FB 31 1E
Octal 65 47 163 66 102 0 67 373 61 36
Binary 110101 100111 1110011 110110 1000010 0 110111 11111011 110001 11110

Color Harmonies of #352773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352773

Black with #352773

Text Example


Text Example

White with #352773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352773; }

 p { color: rgb(53,39,115); }

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

background-color css

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

 a { background-color: rgb(53,39,115); }

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

border-color css

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

 span { border-color: rgb(53,39,115); }

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