Html Css Color HEX #362571 Minsk

📋 copy color: '#362571'

red 54 ◦ green 37 ◦ blue 113

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

Shades of Minsk #362571

Tints of Minsk #362571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.39%

R = 26.47%
G = 18.14%
B = 55.39%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#362571 (or 0x362571) is known color: Minsk. HEX triplet: 36, 25 and 71. RGB value is (54,37,113). Sum of RGB (Red+Green+Blue) = 54+37+113=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #362571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362571 is #C9DA8E. Grayscale: #323232. Windows color (decimal): -13228687 or 7415094. OLE color: 7415094.

HSL color Cylindrical-coordinate representation of color #362571: hue angle of 253.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362571 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 37 113 -
CMYK 0.52 0.67 0 0.56
HSL 253.42º 0.51% 0.29% -
HSV(B) 253.42º 0.67% 0.44% -
XYZ 5.16 3.3 15.99 -
YUV 50.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 54 37 113 0.52 0.67 0 0.56 253.42 0.51 0.29
Hex 36 25 71 34 43 0 38 FD 33 1D
Octal 66 45 161 64 103 0 70 375 63 35
Binary 110110 100101 1110001 110100 1000011 0 111000 11111101 110011 11101

Color Harmonies of #362571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362571

Black with #362571

Text Example


Text Example

White with #362571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362571; }

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

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

background-color css

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

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

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

border-color css

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

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

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