Html Css Color HEX #362877 Minsk

📋 copy color: '#362877'

red 54 ◦ green 40 ◦ blue 119

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

Shades of Minsk #362877

Tints of Minsk #362877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 119 (46.88% from 255) = 55.87%

R = 25.35%
G = 18.78%
B = 55.87%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362877 (or 0x362877) is known color: Minsk. HEX triplet: 36, 28 and 77. RGB value is (54,40,119). Sum of RGB (Red+Green+Blue) = 54+40+119=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #362877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362877 is #C9D788. Grayscale: #343434. Windows color (decimal): -13227913 or 7809078. OLE color: 7809078.

HSL color Cylindrical-coordinate representation of color #362877: hue angle of 250.63º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #362877 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 40 119 -
CMYK 0.55 0.66 0 0.53
HSL 250.63º 0.5% 0.31% -
HSV(B) 250.63º 0.66% 0.47% -
XYZ 5.61 3.63 17.86 -
YUV 53.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 54 40 119 0.55 0.66 0 0.53 250.63 0.5 0.31
Hex 36 28 77 37 42 0 35 FB 32 1F
Octal 66 50 167 67 102 0 65 373 62 37
Binary 110110 101000 1110111 110111 1000010 0 110101 11111011 110010 11111

Color Harmonies of #362877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362877

Black with #362877

Text Example


Text Example

White with #362877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362877; }

 p { color: rgb(54,40,119); }

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

background-color css

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

 a { background-color: rgb(54,40,119); }

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

border-color css

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

 span { border-color: rgb(54,40,119); }

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