Html Css Color HEX #38348E Dark Slate Blue

📋 copy color: '#38348E'

red 56 ◦ green 52 ◦ blue 142

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

Shades of Dark Slate Blue #38348E

Tints of Dark Slate Blue #38348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 22.4%
G = 20.8%
B = 56.8%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38348E (or 0x38348E) is known color: Dark Slate Blue. HEX triplet: 38, 34 and 8E. RGB value is (56,52,142). Sum of RGB (Red+Green+Blue) = 56+52+142=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #38348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38348E is #C7CB71. Grayscale: #3F3F3F. Windows color (decimal): -13093746 or 9319480. OLE color: 9319480.

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

Color convert

RGB 56 52 142 -
CMYK 0.61 0.63 0 0.44
HSL 242.67º 0.46% 0.38% -
HSV(B) 242.67º 0.63% 0.56% -
XYZ 7.74 5.25 26.2 -
YUV 63.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 56 52 142 0.61 0.63 0 0.44 242.67 0.46 0.38
Hex 38 34 8E 3D 3F 0 2C F3 2E 26
Octal 70 64 216 75 77 0 54 363 56 46
Binary 111000 110100 10001110 111101 111111 0 101100 11110011 101110 100110

Color Harmonies of #38348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38348E

Black with #38348E

Text Example


Text Example

White with #38348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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