Html Css Color HEX #362575 Minsk

📋 copy color: '#362575'

red 54 ◦ green 37 ◦ blue 117

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

Shades of Minsk #362575

Tints of Minsk #362575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

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

R = 25.96%
G = 17.79%
B = 56.25%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#362575 (or 0x362575) is known color: Minsk. HEX triplet: 36, 25 and 75. RGB value is (54,37,117). Sum of RGB (Red+Green+Blue) = 54+37+117=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #362575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362575 is #C9DA8A. Grayscale: #323232. Windows color (decimal): -13228683 or 7677238. OLE color: 7677238.

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

Color convert

RGB 54 37 117 -
CMYK 0.54 0.68 0 0.54
HSL 252.75º 0.52% 0.3% -
HSV(B) 252.75º 0.68% 0.46% -
XYZ 5.39 3.39 17.2 -
YUV 51.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 54 37 117 0.54 0.68 0 0.54 252.75 0.52 0.3
Hex 36 25 75 36 44 0 36 FD 34 1E
Octal 66 45 165 66 104 0 66 375 64 36
Binary 110110 100101 1110101 110110 1000100 0 110110 11111101 110100 11110

Color Harmonies of #362575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362575

Black with #362575

Text Example


Text Example

White with #362575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362575; }

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

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

background-color css

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

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

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

border-color css

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

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

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