Html Css Color HEX #362973 Minsk

📋 copy color: '#362973'

red 54 ◦ green 41 ◦ blue 115

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

Shades of Minsk #362973

Tints of Minsk #362973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

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

R = 25.71%
G = 19.52%
B = 54.76%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#362973 (or 0x362973) is known color: Minsk. HEX triplet: 36, 29 and 73. RGB value is (54,41,115). Sum of RGB (Red+Green+Blue) = 54+41+115=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #362973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362973 is #C9D68C. Grayscale: #353535. Windows color (decimal): -13227661 or 7547190. OLE color: 7547190.

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

Color convert

RGB 54 41 115 -
CMYK 0.53 0.64 0 0.55
HSL 250.54º 0.47% 0.31% -
HSV(B) 250.54º 0.64% 0.45% -
XYZ 5.41 3.61 16.63 -
YUV 53.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 54 41 115 0.53 0.64 0 0.55 250.54 0.47 0.31
Hex 36 29 73 35 40 0 37 FB 2F 1F
Octal 66 51 163 65 100 0 67 373 57 37
Binary 110110 101001 1110011 110101 1000000 0 110111 11111011 101111 11111

Color Harmonies of #362973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362973

Black with #362973

Text Example


Text Example

White with #362973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362973; }

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

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

background-color css

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

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

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

border-color css

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

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

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