#363099

Color #363099 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #363099

Tints of Dark Slate Blue #363099

Color information

#363099 (or 0x363099) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 30 and 99. RGB value is (54,48,153). Sum of RGB (Red+Green+Blue) = 54+48+153=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #363099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363099 is #C9CF66. Grayscale: #3D3D3D. Windows color (decimal): -13225831 or 10039350. OLE color: 10039350.

HSL color Cylindrical-coordinate representation of color #363099: hue angle of 243.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363099 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5448153-
CMYK0.650.6900.4
HSL243.43º52.24%39.41%-
HSV(B)243.43º68.63%60%-
XYZ8.335.230.7-
YUV61.76179.49122.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 153 (60.16% from 255) = 60%
R=21.18%
G=18.82%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54481530.650.6900.4243.4352.2439.41
Hex3630994145028f33427
Octal66602311011050503636447
Binary1101101100001001100110000011000101010100011110011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363099; }

 p { color: rgb(54,48,153); }

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

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

 a { background-color: rgb(54,48,153); }

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

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

 span { border-color: rgb(54,48,153); }

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