Html Css Color HEX #362694 Dark Slate Blue

📋 copy color: '#362694'

red 54 ◦ green 38 ◦ blue 148

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

Shades of Dark Slate Blue #362694

Tints of Dark Slate Blue #362694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 22.5%
G = 15.83%
B = 61.67%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#362694 (or 0x362694) is known color: Dark Slate Blue. HEX triplet: 36, 26 and 94. RGB value is (54,38,148). Sum of RGB (Red+Green+Blue) = 54+38+148=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #362694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362694 is #C9D96B. Grayscale: #363636. Windows color (decimal): -13228396 or 9709110. OLE color: 9709110.

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

Color convert

RGB 54 38 148 -
CMYK 0.64 0.74 0 0.42
HSL 248.73º 0.59% 0.36% -
HSV(B) 248.73º 0.74% 0.58% -
XYZ 7.56 4.31 28.45 -
YUV 55.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 54 38 148 0.64 0.74 0 0.42 248.73 0.59 0.36
Hex 36 26 94 40 4A 0 2A F9 3B 24
Octal 66 46 224 100 112 0 52 371 73 44
Binary 110110 100110 10010100 1000000 1001010 0 101010 11111001 111011 100100

Color Harmonies of #362694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362694

Black with #362694

Text Example


Text Example

White with #362694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362694; }

 p { color: rgb(54,38,148); }

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

background-color css

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

 a { background-color: rgb(54,38,148); }

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

border-color css

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

 span { border-color: rgb(54,38,148); }

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