Html Css Color HEX #362975 Minsk

📋 copy color: '#362975'

red 54 ◦ green 41 ◦ blue 117

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

Shades of Minsk #362975

Tints of Minsk #362975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.19%

R = 25.47%
G = 19.34%
B = 55.19%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#362975 (or 0x362975) is known color: Minsk. HEX triplet: 36, 29 and 75. RGB value is (54,41,117). Sum of RGB (Red+Green+Blue) = 54+41+117=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #362975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362975 is #C9D68A. Grayscale: #353535. Windows color (decimal): -13227659 or 7678262. OLE color: 7678262.

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

Color convert

RGB 54 41 117 -
CMYK 0.54 0.65 0 0.54
HSL 250.26º 0.48% 0.31% -
HSV(B) 250.26º 0.65% 0.46% -
XYZ 5.53 3.65 17.24 -
YUV 53.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 54 41 117 0.54 0.65 0 0.54 250.26 0.48 0.31
Hex 36 29 75 36 41 0 36 FA 30 1F
Octal 66 51 165 66 101 0 66 372 60 37
Binary 110110 101001 1110101 110110 1000001 0 110110 11111010 110000 11111

Color Harmonies of #362975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362975

Black with #362975

Text Example


Text Example

White with #362975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362975; }

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

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

background-color css

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

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

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

border-color css

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

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

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