Html Css Color HEX #363294 Dark Slate Blue

📋 copy color: '#363294'

red 54 ◦ green 50 ◦ blue 148

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

Shades of Dark Slate Blue #363294

Tints of Dark Slate Blue #363294

RGB

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

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

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

R = 21.43%
G = 19.84%
B = 58.73%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#363294 (or 0x363294) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 94. RGB value is (54,50,148). Sum of RGB (Red+Green+Blue) = 54+50+148=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #363294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363294 is #C9CD6B. Grayscale: #3D3D3D. Windows color (decimal): -13225324 or 9712182. OLE color: 9712182.

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

Color convert

RGB 54 50 148 -
CMYK 0.64 0.66 0 0.42
HSL 242.45º 0.49% 0.39% -
HSV(B) 242.45º 0.66% 0.58% -
XYZ 8.01 5.2 28.6 -
YUV 62.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 54 50 148 0.64 0.66 0 0.42 242.45 0.49 0.39
Hex 36 32 94 40 42 0 2A F2 31 27
Octal 66 62 224 100 102 0 52 362 61 47
Binary 110110 110010 10010100 1000000 1000010 0 101010 11110010 110001 100111

Color Harmonies of #363294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363294

Black with #363294

Text Example


Text Example

White with #363294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363294; }

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

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

background-color css

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

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

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

border-color css

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

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

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