Html Css Color HEX #38338C Dark Slate Blue

📋 copy color: '#38338C'

red 56 ◦ green 51 ◦ blue 140

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

Shades of Dark Slate Blue #38338C

Tints of Dark Slate Blue #38338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

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

R = 22.67%
G = 20.65%
B = 56.68%

CMYK

 C value IS 0.6

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38338C (or 0x38338C) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 8C. RGB value is (56,51,140). Sum of RGB (Red+Green+Blue) = 56+51+140=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #38338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38338C is #C7CC73. Grayscale: #3E3E3E. Windows color (decimal): -13094004 or 9188152. OLE color: 9188152.

HSL color Cylindrical-coordinate representation of color #38338C: hue angle of 243.37º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38338C is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 51 140 -
CMYK 0.6 0.64 0 0.45
HSL 243.37º 0.47% 0.37% -
HSV(B) 243.37º 0.64% 0.55% -
XYZ 7.55 5.1 25.4 -
YUV 62.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 56 51 140 0.6 0.64 0 0.45 243.37 0.47 0.37
Hex 38 33 8C 3C 40 0 2D F3 2F 25
Octal 70 63 214 74 100 0 55 363 57 45
Binary 111000 110011 10001100 111100 1000000 0 101101 11110011 101111 100101

Color Harmonies of #38338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38338C

Black with #38338C

Text Example


Text Example

White with #38338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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