Html Css Color HEX #362771 Minsk

📋 copy color: '#362771'

red 54 ◦ green 39 ◦ blue 113

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

Shades of Minsk #362771

Tints of Minsk #362771

RGB

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

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

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

R = 26.21%
G = 18.93%
B = 54.85%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#362771 (or 0x362771) is known color: Minsk. HEX triplet: 36, 27 and 71. RGB value is (54,39,113). Sum of RGB (Red+Green+Blue) = 54+39+113=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #362771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362771 is #C9D88E. Grayscale: #333333. Windows color (decimal): -13228175 or 7415606. OLE color: 7415606.

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

Color convert

RGB 54 39 113 -
CMYK 0.52 0.65 0 0.56
HSL 252.16º 0.49% 0.3% -
HSV(B) 252.16º 0.65% 0.44% -
XYZ 5.23 3.43 16.01 -
YUV 51.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 54 39 113 0.52 0.65 0 0.56 252.16 0.49 0.3
Hex 36 27 71 34 41 0 38 FC 31 1E
Octal 66 47 161 64 101 0 70 374 61 36
Binary 110110 100111 1110001 110100 1000001 0 111000 11111100 110001 11110

Color Harmonies of #362771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362771

Black with #362771

Text Example


Text Example

White with #362771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362771; }

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

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

background-color css

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

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

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

border-color css

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

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

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