Html Css Color HEX #362875 Minsk

📋 copy color: '#362875'

red 54 ◦ green 40 ◦ blue 117

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

Shades of Minsk #362875

Tints of Minsk #362875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

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

R = 25.59%
G = 18.96%
B = 55.45%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#362875 (or 0x362875) is known color: Minsk. HEX triplet: 36, 28 and 75. RGB value is (54,40,117). Sum of RGB (Red+Green+Blue) = 54+40+117=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #362875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362875 is #C9D78A. Grayscale: #343434. Windows color (decimal): -13227915 or 7678006. OLE color: 7678006.

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

Color convert

RGB 54 40 117 -
CMYK 0.54 0.66 0 0.54
HSL 250.91º 0.49% 0.31% -
HSV(B) 250.91º 0.66% 0.46% -
XYZ 5.49 3.59 17.23 -
YUV 52.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 54 40 117 0.54 0.66 0 0.54 250.91 0.49 0.31
Hex 36 28 75 36 42 0 36 FB 31 1F
Octal 66 50 165 66 102 0 66 373 61 37
Binary 110110 101000 1110101 110110 1000010 0 110110 11111011 110001 11111

Color Harmonies of #362875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362875

Black with #362875

Text Example


Text Example

White with #362875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362875; }

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

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

background-color css

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

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

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

border-color css

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

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

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