Html Css Color HEX #362498 Dark Slate Blue

📋 copy color: '#362498'

red 54 ◦ green 36 ◦ blue 152

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

Shades of Dark Slate Blue #362498

Tints of Dark Slate Blue #362498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 22.31%
G = 14.88%
B = 62.81%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#362498 (or 0x362498) is known color: Dark Slate Blue. HEX triplet: 36, 24 and 98. RGB value is (54,36,152). Sum of RGB (Red+Green+Blue) = 54+36+152=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #362498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362498 is #C9DB67. Grayscale: #363636. Windows color (decimal): -13228904 or 9970742. OLE color: 9970742.

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

Color convert

RGB 54 36 152 -
CMYK 0.64 0.76 0 0.40
HSL 249.31º 0.62% 0.37% -
HSV(B) 249.31º 0.76% 0.6% -
XYZ 7.82 4.31 30.13 -
YUV 54.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 54 36 152 0.64 0.76 0 0.40 249.31 0.62 0.37
Hex 36 24 98 40 4C 0 28 F9 3E 25
Octal 66 44 230 100 114 0 50 371 76 45
Binary 110110 100100 10011000 1000000 1001100 0 101000 11111001 111110 100101

Color Harmonies of #362498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362498

Black with #362498

Text Example


Text Example

White with #362498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362498; }

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

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

background-color css

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

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

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

border-color css

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

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

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