Html Css Color HEX #363A99 Dark Slate Blue

📋 copy color: '#363A99'

red 54 ◦ green 58 ◦ blue 153

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

Shades of Dark Slate Blue #363A99

Tints of Dark Slate Blue #363A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 20.38%
G = 21.89%
B = 57.74%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#363A99 (or 0x363A99) is known color: Dark Slate Blue. HEX triplet: 36, 3A and 99. RGB value is (54,58,153). Sum of RGB (Red+Green+Blue) = 54+58+153=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #363A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363A99 is #C9C566. Grayscale: #434343. Windows color (decimal): -13223271 or 10041910. OLE color: 10041910.

HSL color Cylindrical-coordinate representation of color #363A99: hue angle of 237.58º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363A99 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 58 153 -
CMYK 0.65 0.62 0 0.4
HSL 237.58º 0.48% 0.41% -
HSV(B) 237.58º 0.65% 0.6% -
XYZ 8.78 6.11 30.85 -
YUV 67.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 54 58 153 0.65 0.62 0 0.4 237.58 0.48 0.41
Hex 36 3A 99 41 3E 0 28 EE 30 29
Octal 66 72 231 101 76 0 50 356 60 51
Binary 110110 111010 10011001 1000001 111110 0 101000 11101110 110000 101001

Color Harmonies of #363A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A99

Black with #363A99

Text Example


Text Example

White with #363A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,58,153); }

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

background-color css

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

 a { background-color: rgb(54,58,153); }

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

border-color css

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

 span { border-color: rgb(54,58,153); }

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