Html Css Color HEX #38409F Dark Slate Blue

📋 copy color: '#38409F'

red 56 ◦ green 64 ◦ blue 159

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

Shades of Dark Slate Blue #38409F

Tints of Dark Slate Blue #38409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.99%

R = 20.07%
G = 22.94%
B = 56.99%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38409F (or 0x38409F) is known color: Dark Slate Blue. HEX triplet: 38, 40 and 9F. RGB value is (56,64,159). Sum of RGB (Red+Green+Blue) = 56+64+159=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #38409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38409F is #C7BF60. Grayscale: #484848. Windows color (decimal): -13090657 or 10436664. OLE color: 10436664.

HSL color Cylindrical-coordinate representation of color #38409F: hue angle of 235.34º 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 #38409F is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 64 159 -
CMYK 0.65 0.60 0 0.38
HSL 235.34º 0.48% 0.42% -
HSV(B) 235.34º 0.65% 0.62% -
XYZ 9.72 7.01 33.64 -
YUV 72.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 56 64 159 0.65 0.60 0 0.38 235.34 0.48 0.42
Hex 38 40 9F 41 3C 0 26 EB 30 2A
Octal 70 100 237 101 74 0 46 353 60 52
Binary 111000 1000000 10011111 1000001 111100 0 100110 11101011 110000 101010

Color Harmonies of #38409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38409F

Black with #38409F

Text Example


Text Example

White with #38409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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