Html Css Color HEX #383594 Dark Slate Blue

📋 copy color: '#383594'

red 56 ◦ green 53 ◦ blue 148

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

Shades of Dark Slate Blue #383594

Tints of Dark Slate Blue #383594

RGB

 RED value IS 56 (22.27% from 255) = 21.79%

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 148 (58.2% from 255) = 57.59%

R = 21.79%
G = 20.62%
B = 57.59%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#383594 (or 0x383594) is known color: Dark Slate Blue. HEX triplet: 38, 35 and 94. RGB value is (56,53,148). Sum of RGB (Red+Green+Blue) = 56+53+148=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #383594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383594 is #C7CA6B. Grayscale: #404040. Windows color (decimal): -13093484 or 9712952. OLE color: 9712952.

HSL color Cylindrical-coordinate representation of color #383594: hue angle of 241.89º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383594 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 53 148 -
CMYK 0.62 0.64 0 0.42
HSL 241.89º 0.47% 0.39% -
HSV(B) 241.89º 0.64% 0.58% -
XYZ 8.25 5.53 28.65 -
YUV 64.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 56 53 148 0.62 0.64 0 0.42 241.89 0.47 0.39
Hex 38 35 94 3E 40 0 2A F2 2F 27
Octal 70 65 224 76 100 0 52 362 57 47
Binary 111000 110101 10010100 111110 1000000 0 101010 11110010 101111 100111

Color Harmonies of #383594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383594

Black with #383594

Text Example


Text Example

White with #383594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383594; }

 p { color: rgb(56,53,148); }

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

background-color css

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

 a { background-color: rgb(56,53,148); }

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

border-color css

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

 span { border-color: rgb(56,53,148); }

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