#362E68

Color #362E68 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #362E68

Tints of Minsk #362E68

Color information

#362E68 (or 0x362E68) is unknown color: approx Minsk. HEX triplet: 36, 2E and 68. RGB value is (54,46,104). Sum of RGB (Red+Green+Blue) = 54+46+104=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #362E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E68 is #C9D197. Grayscale: #363636. Windows color (decimal): -13226392 or 6827574. OLE color: 6827574.

HSL color Cylindrical-coordinate representation of color #362E68: hue angle of 248.28º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #362E68 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5446104-
CMYK0.480.5600.59
HSL248.28º38.67%29.41%-
HSV(B)248.28º55.77%40.78%-
XYZ53.7413.55-
YUV55155.65127.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=26.47%
G=22.55%
B=50.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54461040.480.5600.59248.2838.6729.41
Hex362E68303803Bf8271d
Octal665615060700733704735
Binary110110101110110100011000011100001110111111100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E68; }

 p { color: rgb(54,46,104); }

 H1.HeaderClassName
 {
   color: #362E68;
 }
 .AnyTagClassName
 {
   color: #362E68;
 }
</style>
background-color css

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

 a { background-color: rgb(54,46,104); }

 div.DivClassName
 {
   background-color: #362E68;
 }
 .BgClassName
 {
   background-color: #362E68;
 }
</style>
border-color css

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

 span { border-color: rgb(54,46,104); }

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