Html Css Color HEX #38348F Dark Slate Blue

📋 copy color: '#38348F'

red 56 ◦ green 52 ◦ blue 143

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

Shades of Dark Slate Blue #38348F

Tints of Dark Slate Blue #38348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.97%

R = 22.31%
G = 20.72%
B = 56.97%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38348F (or 0x38348F) is known color: Dark Slate Blue. HEX triplet: 38, 34 and 8F. RGB value is (56,52,143). Sum of RGB (Red+Green+Blue) = 56+52+143=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #38348F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38348F is #C7CB70. Grayscale: #3F3F3F. Windows color (decimal): -13093745 or 9385016. OLE color: 9385016.

HSL color Cylindrical-coordinate representation of color #38348F: hue angle of 242.64º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38348F is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 52 143 -
CMYK 0.61 0.64 0 0.44
HSL 242.64º 0.47% 0.38% -
HSV(B) 242.64º 0.64% 0.56% -
XYZ 7.82 5.28 26.59 -
YUV 63.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 56 52 143 0.61 0.64 0 0.44 242.64 0.47 0.38
Hex 38 34 8F 3D 40 0 2C F3 2F 26
Octal 70 64 217 75 100 0 54 363 57 46
Binary 111000 110100 10001111 111101 1000000 0 101100 11110011 101111 100110

Color Harmonies of #38348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38348F

Black with #38348F

Text Example


Text Example

White with #38348F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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