Html Css Color HEX #362C98 Dark Slate Blue

📋 copy color: '#362C98'

red 54 ◦ green 44 ◦ blue 152

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

Shades of Dark Slate Blue #362C98

Tints of Dark Slate Blue #362C98

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 value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#362C98 (or 0x362C98) is known color: 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

RGB 54 44 152 -
CMYK 0.64 0.71 0 0.40
HSL 245.56º 0.55% 0.38% -
HSV(B) 245.56º 0.71% 0.6% -
XYZ 8.09 4.85 30.22 -
YUV 59.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 54 44 152 0.64 0.71 0 0.40 245.56 0.55 0.38
Hex 36 2C 98 40 47 0 28 F6 37 26
Octal 66 54 230 100 107 0 50 366 67 46
Binary 110110 101100 10011000 1000000 1000111 0 101000 11110110 110111 100110

Color Harmonies of #362C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C98

Black with #362C98

Text Example


Text Example

White with #362C98

Text Example


Text Example

HTML Codes & Css Web 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>