Html Css Color HEX #362874 Minsk

📋 copy color: '#362874'

red 54 ◦ green 40 ◦ blue 116

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

Shades of Minsk #362874

Tints of Minsk #362874

RGB

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

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

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

R = 25.71%
G = 19.05%
B = 55.24%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#362874 (or 0x362874) is known color: Minsk. HEX triplet: 36, 28 and 74. RGB value is (54,40,116). Sum of RGB (Red+Green+Blue) = 54+40+116=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #362874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362874 is #C9D78B. Grayscale: #343434. Windows color (decimal): -13227916 or 7612470. OLE color: 7612470.

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

Color convert

RGB 54 40 116 -
CMYK 0.53 0.66 0 0.55
HSL 251.05º 0.49% 0.31% -
HSV(B) 251.05º 0.66% 0.45% -
XYZ 5.43 3.56 16.92 -
YUV 52.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 54 40 116 0.53 0.66 0 0.55 251.05 0.49 0.31
Hex 36 28 74 35 42 0 37 FB 31 1F
Octal 66 50 164 65 102 0 67 373 61 37
Binary 110110 101000 1110100 110101 1000010 0 110111 11111011 110001 11111

Color Harmonies of #362874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362874

Black with #362874

Text Example


Text Example

White with #362874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362874; }

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

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

background-color css

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

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

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

border-color css

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

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

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