Html Css Color HEX #363292 Dark Slate Blue

📋 copy color: '#363292'

red 54 ◦ green 50 ◦ blue 146

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

Shades of Dark Slate Blue #363292

Tints of Dark Slate Blue #363292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 21.6%
G = 20%
B = 58.4%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#363292 (or 0x363292) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 92. RGB value is (54,50,146). Sum of RGB (Red+Green+Blue) = 54+50+146=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #363292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363292 is #C9CD6D. Grayscale: #3D3D3D. Windows color (decimal): -13225326 or 9581110. OLE color: 9581110.

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

Color convert

RGB 54 50 146 -
CMYK 0.63 0.66 0 0.43
HSL 242.5º 0.49% 0.38% -
HSV(B) 242.5º 0.66% 0.57% -
XYZ 7.85 5.14 27.77 -
YUV 62.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 54 50 146 0.63 0.66 0 0.43 242.5 0.49 0.38
Hex 36 32 92 3F 42 0 2B F2 31 26
Octal 66 62 222 77 102 0 53 362 61 46
Binary 110110 110010 10010010 111111 1000010 0 101011 11110010 110001 100110

Color Harmonies of #363292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363292

Black with #363292

Text Example


Text Example

White with #363292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363292; }

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

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

background-color css

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

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

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

border-color css

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

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

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