Html Css Color HEX #362A90 Dark Slate Blue

📋 copy color: '#362A90'

red 54 ◦ green 42 ◦ blue 144

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

Shades of Dark Slate Blue #362A90

Tints of Dark Slate Blue #362A90

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.5%

 BLUE value IS 144 (56.64% from 255) = 60%

R = 22.5%
G = 17.5%
B = 60%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#362A90 (or 0x362A90) is known color: Dark Slate Blue. HEX triplet: 36, 2A and 90. RGB value is (54,42,144). Sum of RGB (Red+Green+Blue) = 54+42+144=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #362A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362A90 is #C9D56F. Grayscale: #383838. Windows color (decimal): -13227376 or 9447990. OLE color: 9447990.

HSL color Cylindrical-coordinate representation of color #362A90: hue angle of 247.06º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #362A90 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 42 144 -
CMYK 0.63 0.71 0 0.44
HSL 247.06º 0.55% 0.36% -
HSV(B) 247.06º 0.71% 0.56% -
XYZ 7.38 4.45 26.86 -
YUV 57.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 54 42 144 0.63 0.71 0 0.44 247.06 0.55 0.36
Hex 36 2A 90 3F 47 0 2C F7 37 24
Octal 66 52 220 77 107 0 54 367 67 44
Binary 110110 101010 10010000 111111 1000111 0 101100 11110111 110111 100100

Color Harmonies of #362A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362A90

Black with #362A90

Text Example


Text Example

White with #362A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362A90; }

 p { color: rgb(54,42,144); }

 H1.HeaderClassName
 {
   color: #362A90;
 }
 .AnyTagClassName
 {
   color: #362A90;
 }
</style>

background-color css

<style>
 a { background-color: #362A90; }

 a { background-color: rgb(54,42,144); }

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

border-color css

<style>
 span { border-color: #362A90; }

 span { border-color: rgb(54,42,144); }

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