Html Css Color HEX #362B73 Minsk

📋 copy color: '#362B73'

red 54 ◦ green 43 ◦ blue 115

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

Shades of Minsk #362B73

Tints of Minsk #362B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

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

R = 25.47%
G = 20.28%
B = 54.25%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#362B73 (or 0x362B73) is known color: Minsk. HEX triplet: 36, 2B and 73. RGB value is (54,43,115). Sum of RGB (Red+Green+Blue) = 54+43+115=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #362B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B73 is #C9D48C. Grayscale: #363636. Windows color (decimal): -13227149 or 7547702. OLE color: 7547702.

HSL color Cylindrical-coordinate representation of color #362B73: hue angle of 249.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362B73 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 43 115 -
CMYK 0.53 0.63 0 0.55
HSL 249.17º 0.46% 0.31% -
HSV(B) 249.17º 0.63% 0.45% -
XYZ 5.48 3.75 16.65 -
YUV 54.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 54 43 115 0.53 0.63 0 0.55 249.17 0.46 0.31
Hex 36 2B 73 35 3F 0 37 F9 2E 1F
Octal 66 53 163 65 77 0 67 371 56 37
Binary 110110 101011 1110011 110101 111111 0 110111 11111001 101110 11111

Color Harmonies of #362B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B73

Black with #362B73

Text Example


Text Example

White with #362B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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