Html Css Color HEX #38348C Dark Slate Blue

📋 copy color: '#38348C'

red 56 ◦ green 52 ◦ blue 140

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

Shades of Dark Slate Blue #38348C

Tints of Dark Slate Blue #38348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 22.58%
G = 20.97%
B = 56.45%

CMYK

 C value IS 0.6

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38348C (or 0x38348C) is known color: Dark Slate Blue. HEX triplet: 38, 34 and 8C. RGB value is (56,52,140). Sum of RGB (Red+Green+Blue) = 56+52+140=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #38348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38348C is #C7CB73. Grayscale: #3E3E3E. Windows color (decimal): -13093748 or 9188408. OLE color: 9188408.

HSL color Cylindrical-coordinate representation of color #38348C: hue angle of 242.73º 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 #38348C is Cyan = 0.6, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 52 140 -
CMYK 0.6 0.63 0 0.45
HSL 242.73º 0.46% 0.38% -
HSV(B) 242.73º 0.63% 0.55% -
XYZ 7.59 5.19 25.41 -
YUV 63.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 56 52 140 0.6 0.63 0 0.45 242.73 0.46 0.38
Hex 38 34 8C 3C 3F 0 2D F3 2E 26
Octal 70 64 214 74 77 0 55 363 56 46
Binary 111000 110100 10001100 111100 111111 0 101101 11110011 101110 100110

Color Harmonies of #38348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38348C

Black with #38348C

Text Example


Text Example

White with #38348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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