Html Css Color HEX #362777 Minsk

📋 copy color: '#362777'

red 54 ◦ green 39 ◦ blue 119

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

Shades of Minsk #362777

Tints of Minsk #362777

RGB

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

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

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

R = 25.47%
G = 18.4%
B = 56.13%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362777 (or 0x362777) is known color: Minsk. HEX triplet: 36, 27 and 77. RGB value is (54,39,119). Sum of RGB (Red+Green+Blue) = 54+39+119=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #362777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362777 is #C9D888. Grayscale: #343434. Windows color (decimal): -13228169 or 7808822. OLE color: 7808822.

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

Color convert

RGB 54 39 119 -
CMYK 0.55 0.67 0 0.53
HSL 251.25º 0.51% 0.31% -
HSV(B) 251.25º 0.67% 0.47% -
XYZ 5.58 3.57 17.85 -
YUV 52.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 54 39 119 0.55 0.67 0 0.53 251.25 0.51 0.31
Hex 36 27 77 37 43 0 35 FB 33 1F
Octal 66 47 167 67 103 0 65 373 63 37
Binary 110110 100111 1110111 110111 1000011 0 110101 11111011 110011 11111

Color Harmonies of #362777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362777

Black with #362777

Text Example


Text Example

White with #362777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362777; }

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

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

background-color css

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

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

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

border-color css

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

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

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