Html Css Color HEX #363DA3 Dark Slate Blue

📋 copy color: '#363DA3'

red 54 ◦ green 61 ◦ blue 163

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

Shades of Dark Slate Blue #363DA3

Tints of Dark Slate Blue #363DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 58.63%

R = 19.42%
G = 21.94%
B = 58.63%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#363DA3 (or 0x363DA3) is known color: Dark Slate Blue. HEX triplet: 36, 3D and A3. RGB value is (54,61,163). Sum of RGB (Red+Green+Blue) = 54+61+163=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #363DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DA3 is #C9C25C. Grayscale: #464646. Windows color (decimal): -13222493 or 10698038. OLE color: 10698038.

HSL color Cylindrical-coordinate representation of color #363DA3: hue angle of 236.15º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363DA3 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 61 163 -
CMYK 0.67 0.63 0 0.36
HSL 236.15º 0.5% 0.43% -
HSV(B) 236.15º 0.67% 0.64% -
XYZ 9.8 6.77 35.44 -
YUV 70.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 54 61 163 0.67 0.63 0 0.36 236.15 0.5 0.43
Hex 36 3D A3 43 3F 0 24 EC 32 2B
Octal 66 75 243 103 77 0 44 354 62 53
Binary 110110 111101 10100011 1000011 111111 0 100100 11101100 110010 101011

Color Harmonies of #363DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DA3

Black with #363DA3

Text Example


Text Example

White with #363DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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