Html Css Color HEX #38339D Dark Slate Blue

📋 copy color: '#38339D'

red 56 ◦ green 51 ◦ blue 157

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

Shades of Dark Slate Blue #38339D

Tints of Dark Slate Blue #38339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.47%

R = 21.21%
G = 19.32%
B = 59.47%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38339D (or 0x38339D) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 9D. RGB value is (56,51,157). Sum of RGB (Red+Green+Blue) = 56+51+157=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #38339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38339D is #C7CC62. Grayscale: #404040. Windows color (decimal): -13093987 or 10302264. OLE color: 10302264.

HSL color Cylindrical-coordinate representation of color #38339D: hue angle of 242.83º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38339D is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 51 157 -
CMYK 0.64 0.68 0 0.38
HSL 242.83º 0.51% 0.41% -
HSV(B) 242.83º 0.68% 0.62% -
XYZ 8.9 5.64 32.52 -
YUV 64.58 180.16 121.88 -
System Red Green Blue C M Y K H S L
Decimal 56 51 157 0.64 0.68 0 0.38 242.83 0.51 0.41
Hex 38 33 9D 40 44 0 26 F3 33 29
Octal 70 63 235 100 104 0 46 363 63 51
Binary 111000 110011 10011101 1000000 1000100 0 100110 11110011 110011 101001

Color Harmonies of #38339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38339D

Black with #38339D

Text Example


Text Example

White with #38339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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