Html Css Color HEX #38409E Dark Slate Blue

📋 copy color: '#38409E'

red 56 ◦ green 64 ◦ blue 158

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

Shades of Dark Slate Blue #38409E

Tints of Dark Slate Blue #38409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.02%

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 20.14%
G = 23.02%
B = 56.83%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38409E (or 0x38409E) is known color: Dark Slate Blue. HEX triplet: 38, 40 and 9E. RGB value is (56,64,158). Sum of RGB (Red+Green+Blue) = 56+64+158=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #38409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38409E is #C7BF61. Grayscale: #474747. Windows color (decimal): -13090658 or 10371128. OLE color: 10371128.

HSL color Cylindrical-coordinate representation of color #38409E: hue angle of 235.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38409E is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 64 158 -
CMYK 0.65 0.59 0 0.38
HSL 235.29º 0.48% 0.42% -
HSV(B) 235.29º 0.65% 0.62% -
XYZ 9.64 6.98 33.19 -
YUV 72.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 56 64 158 0.65 0.59 0 0.38 235.29 0.48 0.42
Hex 38 40 9E 41 3B 0 26 EB 30 2A
Octal 70 100 236 101 73 0 46 353 60 52
Binary 111000 1000000 10011110 1000001 111011 0 100110 11101011 110000 101010

Color Harmonies of #38409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38409E

Black with #38409E

Text Example


Text Example

White with #38409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38409E; }

 p { color: rgb(56,64,158); }

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

background-color css

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

 a { background-color: rgb(56,64,158); }

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

border-color css

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

 span { border-color: rgb(56,64,158); }

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