#362C98

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

Shades of Dark Slate Blue #362C98

Tints of Dark Slate Blue #362C98

Color information

#362C98 (or 0x362C98) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 2C and 98. RGB value is (54,44,152). Sum of RGB (Red+Green+Blue) = 54+44+152=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #362C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362C98 is #C9D367. Grayscale: #3A3A3A. Windows color (decimal): -13226856 or 9972790. OLE color: 9972790.

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

Color convert

RGB5444152-
CMYK0.640.7100.40
HSL245.56º55.1%38.43%-
HSV(B)245.56º71.05%59.61%-
XYZ8.094.8530.22-
YUV59.3180.31124.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 44 (17.58% from 255) = 17.6%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=21.6%
G=17.6%
B=60.8%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54441520.640.7100.40245.5655.138.43
Hex362C984047028f63726
Octal66542301001070503666746
Binary1101101011001001100010000001000111010100011110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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