Html Css Color HEX #362C76 Minsk

📋 copy color: '#362C76'

red 54 ◦ green 44 ◦ blue 118

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

Shades of Minsk #362C76

Tints of Minsk #362C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

 BLUE value IS 118 (46.48% from 255) = 54.63%

R = 25%
G = 20.37%
B = 54.63%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#362C76 (or 0x362C76) is known color: Minsk. HEX triplet: 36, 2C and 76. RGB value is (54,44,118). Sum of RGB (Red+Green+Blue) = 54+44+118=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #362C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C76 is #C9D389. Grayscale: #373737. Windows color (decimal): -13226890 or 7744566. OLE color: 7744566.

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

Color convert

RGB 54 44 118 -
CMYK 0.54 0.63 0 0.54
HSL 248.11º 0.46% 0.32% -
HSV(B) 248.11º 0.63% 0.46% -
XYZ 5.69 3.89 17.59 -
YUV 55.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 54 44 118 0.54 0.63 0 0.54 248.11 0.46 0.32
Hex 36 2C 76 36 3F 0 36 F8 2E 20
Octal 66 54 166 66 77 0 66 370 56 40
Binary 110110 101100 1110110 110110 111111 0 110110 11111000 101110 100000

Color Harmonies of #362C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C76

Black with #362C76

Text Example


Text Example

White with #362C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,44,118); }

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

background-color css

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

 a { background-color: rgb(54,44,118); }

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

border-color css

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

 span { border-color: rgb(54,44,118); }

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