Html Css Color HEX #362974 Minsk

📋 copy color: '#362974'

red 54 ◦ green 41 ◦ blue 116

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

Shades of Minsk #362974

Tints of Minsk #362974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 25.59%
G = 19.43%
B = 54.98%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#362974 (or 0x362974) is known color: Minsk. HEX triplet: 36, 29 and 74. RGB value is (54,41,116). Sum of RGB (Red+Green+Blue) = 54+41+116=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #362974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362974 is #C9D68B. Grayscale: #353535. Windows color (decimal): -13227660 or 7612726. OLE color: 7612726.

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

Color convert

RGB 54 41 116 -
CMYK 0.53 0.65 0 0.55
HSL 250.4º 0.48% 0.31% -
HSV(B) 250.4º 0.65% 0.45% -
XYZ 5.47 3.63 16.94 -
YUV 53.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 54 41 116 0.53 0.65 0 0.55 250.4 0.48 0.31
Hex 36 29 74 35 41 0 37 FA 30 1F
Octal 66 51 164 65 101 0 67 372 60 37
Binary 110110 101001 1110100 110101 1000001 0 110111 11111010 110000 11111

Color Harmonies of #362974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362974

Black with #362974

Text Example


Text Example

White with #362974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362974; }

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

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

background-color css

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

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

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

border-color css

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

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

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