Html Css Color HEX #363EA0 Dark Slate Blue

📋 copy color: '#363EA0'

red 54 ◦ green 62 ◦ blue 160

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

Shades of Dark Slate Blue #363EA0

Tints of Dark Slate Blue #363EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

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

R = 19.57%
G = 22.46%
B = 57.97%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#363EA0 (or 0x363EA0) is known color: Dark Slate Blue. HEX triplet: 36, 3E and A0. RGB value is (54,62,160). Sum of RGB (Red+Green+Blue) = 54+62+160=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #363EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363EA0 is #C9C15F. Grayscale: #464646. Windows color (decimal): -13222240 or 10501686. OLE color: 10501686.

HSL color Cylindrical-coordinate representation of color #363EA0: hue angle of 235.47º 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 #363EA0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 62 160 -
CMYK 0.66 0.61 0 0.37
HSL 235.47º 0.5% 0.42% -
HSV(B) 235.47º 0.66% 0.63% -
XYZ 9.59 6.77 34.06 -
YUV 70.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 54 62 160 0.66 0.61 0 0.37 235.47 0.5 0.42
Hex 36 3E A0 42 3D 0 25 EB 32 2A
Octal 66 76 240 102 75 0 45 353 62 52
Binary 110110 111110 10100000 1000010 111101 0 100101 11101011 110010 101010

Color Harmonies of #363EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363EA0

Black with #363EA0

Text Example


Text Example

White with #363EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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