Html Css Color HEX #362573 Minsk

📋 copy color: '#362573'

red 54 ◦ green 37 ◦ blue 115

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

Shades of Minsk #362573

Tints of Minsk #362573

RGB

 RED value IS 54 (21.48% from 255) = 26.21%

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 26.21%
G = 17.96%
B = 55.83%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#362573 (or 0x362573) is known color: Minsk. HEX triplet: 36, 25 and 73. RGB value is (54,37,115). Sum of RGB (Red+Green+Blue) = 54+37+115=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #362573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362573 is #C9DA8C. Grayscale: #323232. Windows color (decimal): -13228685 or 7546166. OLE color: 7546166.

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

Color convert

RGB 54 37 115 -
CMYK 0.53 0.68 0 0.55
HSL 253.08º 0.51% 0.3% -
HSV(B) 253.08º 0.68% 0.45% -
XYZ 5.28 3.35 16.59 -
YUV 50.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 54 37 115 0.53 0.68 0 0.55 253.08 0.51 0.3
Hex 36 25 73 35 44 0 37 FD 33 1E
Octal 66 45 163 65 104 0 67 375 63 36
Binary 110110 100101 1110011 110101 1000100 0 110111 11111101 110011 11110

Color Harmonies of #362573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362573

Black with #362573

Text Example


Text Example

White with #362573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362573; }

 p { color: rgb(54,37,115); }

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

background-color css

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

 a { background-color: rgb(54,37,115); }

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

border-color css

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

 span { border-color: rgb(54,37,115); }

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