Html Css Color HEX #363BA5 Dark Slate Blue

📋 copy color: '#363BA5'

red 54 ◦ green 59 ◦ blue 165

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

Shades of Dark Slate Blue #363BA5

Tints of Dark Slate Blue #363BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

 BLUE value IS 165 (64.84% from 255) = 59.35%

R = 19.42%
G = 21.22%
B = 59.35%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#363BA5 (or 0x363BA5) is known color: Dark Slate Blue. HEX triplet: 36, 3B and A5. RGB value is (54,59,165). Sum of RGB (Red+Green+Blue) = 54+59+165=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #363BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BA5 is #C9C45A. Grayscale: #454545. Windows color (decimal): -13223003 or 10828598. OLE color: 10828598.

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

Color convert

RGB 54 59 165 -
CMYK 0.67 0.64 0 0.35
HSL 237.3º 0.51% 0.43% -
HSV(B) 237.3º 0.67% 0.65% -
XYZ 9.88 6.63 36.36 -
YUV 69.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 54 59 165 0.67 0.64 0 0.35 237.3 0.51 0.43
Hex 36 3B A5 43 40 0 23 ED 33 2B
Octal 66 73 245 103 100 0 43 355 63 53
Binary 110110 111011 10100101 1000011 1000000 0 100011 11101101 110011 101011

Color Harmonies of #363BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BA5

Black with #363BA5

Text Example


Text Example

White with #363BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,59,165); }

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

background-color css

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

 a { background-color: rgb(54,59,165); }

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

border-color css

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

 span { border-color: rgb(54,59,165); }

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