Html Css Color HEX #38348D Dark Slate Blue

📋 copy color: '#38348D'

red 56 ◦ green 52 ◦ blue 141

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

Shades of Dark Slate Blue #38348D

Tints of Dark Slate Blue #38348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 22.49%
G = 20.88%
B = 56.63%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38348D (or 0x38348D) is known color: Dark Slate Blue. HEX triplet: 38, 34 and 8D. RGB value is (56,52,141). Sum of RGB (Red+Green+Blue) = 56+52+141=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #38348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38348D is #C7CB72. Grayscale: #3E3E3E. Windows color (decimal): -13093747 or 9253944. OLE color: 9253944.

HSL color Cylindrical-coordinate representation of color #38348D: hue angle of 242.7º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38348D is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 52 141 -
CMYK 0.60 0.63 0 0.45
HSL 242.7º 0.46% 0.38% -
HSV(B) 242.7º 0.63% 0.55% -
XYZ 7.67 5.22 25.8 -
YUV 63.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 56 52 141 0.60 0.63 0 0.45 242.7 0.46 0.38
Hex 38 34 8D 3C 3F 0 2D F3 2E 26
Octal 70 64 215 74 77 0 55 363 56 46
Binary 111000 110100 10001101 111100 111111 0 101101 11110011 101110 100110

Color Harmonies of #38348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38348D

Black with #38348D

Text Example


Text Example

White with #38348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38348D; }

 p { color: rgb(56,52,141); }

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

background-color css

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

 a { background-color: rgb(56,52,141); }

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

border-color css

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

 span { border-color: rgb(56,52,141); }

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