#362898

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

Shades of Dark Slate Blue #362898

Tints of Dark Slate Blue #362898

Color information

#362898 (or 0x362898) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 28 and 98. RGB value is (54,40,152). Sum of RGB (Red+Green+Blue) = 54+40+152=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #362898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362898 is #C9D767. Grayscale: #383838. Windows color (decimal): -13227880 or 9971766. OLE color: 9971766.

HSL color Cylindrical-coordinate representation of color #362898: hue angle of 247.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #362898 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5440152-
CMYK0.640.7400.40
HSL247.5º58.33%37.65%-
HSV(B)247.5º73.68%59.61%-
XYZ7.954.5730.17-
YUV56.95181.64125.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 152 (59.77% from 255) = 61.79%
R=21.95%
G=16.26%
B=61.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54401520.640.7400.40247.558.3337.65
Hex362898404A028f83a26
Octal66502301001120503707246
Binary1101101010001001100010000001001010010100011111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362898; }

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

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

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

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

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

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

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

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