Html Css Color HEX #362970 Minsk

📋 copy color: '#362970'

red 54 ◦ green 41 ◦ blue 112

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

Shades of Minsk #362970

Tints of Minsk #362970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 26.09%
G = 19.81%
B = 54.11%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#362970 (or 0x362970) is known color: Minsk. HEX triplet: 36, 29 and 70. RGB value is (54,41,112). Sum of RGB (Red+Green+Blue) = 54+41+112=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #362970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362970 is #C9D68F. Grayscale: #343434. Windows color (decimal): -13227664 or 7350582. OLE color: 7350582.

HSL color Cylindrical-coordinate representation of color #362970: hue angle of 250.99º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362970 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 41 112 -
CMYK 0.52 0.63 0 0.56
HSL 250.99º 0.46% 0.3% -
HSV(B) 250.99º 0.63% 0.44% -
XYZ 5.24 3.54 15.74 -
YUV 52.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 54 41 112 0.52 0.63 0 0.56 250.99 0.46 0.3
Hex 36 29 70 34 3F 0 38 FB 2E 1E
Octal 66 51 160 64 77 0 70 373 56 36
Binary 110110 101001 1110000 110100 111111 0 111000 11111011 101110 11110

Color Harmonies of #362970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362970

Black with #362970

Text Example


Text Example

White with #362970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362970; }

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

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

background-color css

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

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

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

border-color css

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

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

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