Html Css Color HEX #363DA0 Dark Slate Blue

📋 copy color: '#363DA0'

red 54 ◦ green 61 ◦ blue 160

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

Shades of Dark Slate Blue #363DA0

Tints of Dark Slate Blue #363DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 160 (62.89% from 255) = 58.18%

R = 19.64%
G = 22.18%
B = 58.18%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#363DA0 (or 0x363DA0) is known color: Dark Slate Blue. HEX triplet: 36, 3D and A0. RGB value is (54,61,160). Sum of RGB (Red+Green+Blue) = 54+61+160=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #363DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DA0 is #C9C25F. Grayscale: #454545. Windows color (decimal): -13222496 or 10501430. OLE color: 10501430.

HSL color Cylindrical-coordinate representation of color #363DA0: hue angle of 236.04º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363DA0 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 61 160 -
CMYK 0.66 0.62 0 0.37
HSL 236.04º 0.5% 0.42% -
HSV(B) 236.04º 0.66% 0.63% -
XYZ 9.54 6.66 34.04 -
YUV 70.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 54 61 160 0.66 0.62 0 0.37 236.04 0.5 0.42
Hex 36 3D A0 42 3E 0 25 EC 32 2A
Octal 66 75 240 102 76 0 45 354 62 52
Binary 110110 111101 10100000 1000010 111110 0 100101 11101100 110010 101010

Color Harmonies of #363DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DA0

Black with #363DA0

Text Example


Text Example

White with #363DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363DA0; }

 p { color: rgb(54,61,160); }

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

background-color css

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

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

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

border-color css

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

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

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