Html Css Color HEX #363692 Dark Slate Blue

📋 copy color: '#363692'

red 54 ◦ green 54 ◦ blue 146

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

Shades of Dark Slate Blue #363692

Tints of Dark Slate Blue #363692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 21.26%
G = 21.26%
B = 57.48%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363692 (or 0x363692) is known color: Dark Slate Blue. HEX triplet: 36, 36 and 92. RGB value is (54,54,146). Sum of RGB (Red+Green+Blue) = 54+54+146=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #363692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363692 is #C9C96D. Grayscale: #404040. Windows color (decimal): -13224302 or 9582134. OLE color: 9582134.

HSL color Cylindrical-coordinate representation of color #363692: hue angle of 240º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363692 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 54 146 -
CMYK 0.63 0.63 0 0.43
HSL 240º 0.46% 0.39% -
HSV(B) 240º 0.63% 0.57% -
XYZ 8.03 5.5 27.83 -
YUV 64.49 174 120.52 -
System Red Green Blue C M Y K H S L
Decimal 54 54 146 0.63 0.63 0 0.43 240 0.46 0.39
Hex 36 36 92 3F 3F 0 2B F0 2E 27
Octal 66 66 222 77 77 0 53 360 56 47
Binary 110110 110110 10010010 111111 111111 0 101011 11110000 101110 100111

Color Harmonies of #363692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363692

Black with #363692

Text Example


Text Example

White with #363692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363692; }

 p { color: rgb(54,54,146); }

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

background-color css

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

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

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

border-color css

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

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

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