Html Css Color HEX #362D71 Minsk

📋 copy color: '#362D71'

red 54 ◦ green 45 ◦ blue 113

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

Shades of Minsk #362D71

Tints of Minsk #362D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

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

R = 25.47%
G = 21.23%
B = 53.3%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#362D71 (or 0x362D71) is known color: Minsk. HEX triplet: 36, 2D and 71. RGB value is (54,45,113). Sum of RGB (Red+Green+Blue) = 54+45+113=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #362D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362D71 is #C9D28E. Grayscale: #373737. Windows color (decimal): -13226639 or 7417142. OLE color: 7417142.

HSL color Cylindrical-coordinate representation of color #362D71: hue angle of 247.94º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362D71 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 45 113 -
CMYK 0.52 0.60 0 0.56
HSL 247.94º 0.43% 0.31% -
HSV(B) 247.94º 0.6% 0.44% -
XYZ 5.44 3.85 16.08 -
YUV 55.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 54 45 113 0.52 0.60 0 0.56 247.94 0.43 0.31
Hex 36 2D 71 34 3C 0 38 F8 2B 1F
Octal 66 55 161 64 74 0 70 370 53 37
Binary 110110 101101 1110001 110100 111100 0 111000 11111000 101011 11111

Color Harmonies of #362D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D71

Black with #362D71

Text Example


Text Example

White with #362D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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