Html Css Color HEX #362598 Dark Slate Blue

📋 copy color: '#362598'

red 54 ◦ green 37 ◦ blue 152

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

Shades of Dark Slate Blue #362598

Tints of Dark Slate Blue #362598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 22.22%
G = 15.23%
B = 62.55%

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

#362598 (or 0x362598) is known color: Dark Slate Blue. HEX triplet: 36, 25 and 98. RGB value is (54,37,152). Sum of RGB (Red+Green+Blue) = 54+37+152=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #362598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362598 is #C9DA67. Grayscale: #363636. Windows color (decimal): -13228648 or 9970998. OLE color: 9970998.

HSL color Cylindrical-coordinate representation of color #362598: hue angle of 248.87º degrees, saturation: 0.61, 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 #362598 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 37 152 -
CMYK 0.64 0.76 0 0.40
HSL 248.87º 0.61% 0.37% -
HSV(B) 248.87º 0.76% 0.6% -
XYZ 7.85 4.37 30.14 -
YUV 55.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 54 37 152 0.64 0.76 0 0.40 248.87 0.61 0.37
Hex 36 25 98 40 4C 0 28 F9 3D 25
Octal 66 45 230 100 114 0 50 371 75 45
Binary 110110 100101 10011000 1000000 1001100 0 101000 11111001 111101 100101

Color Harmonies of #362598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362598

Black with #362598

Text Example


Text Example

White with #362598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362598; }

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

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

background-color css

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

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

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

border-color css

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

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

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