Html Css Color HEX #38339F Dark Slate Blue

📋 copy color: '#38339F'

red 56 ◦ green 51 ◦ blue 159

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

Shades of Dark Slate Blue #38339F

Tints of Dark Slate Blue #38339F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 21.05%
G = 19.17%
B = 59.77%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38339F (or 0x38339F) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 9F. RGB value is (56,51,159). Sum of RGB (Red+Green+Blue) = 56+51+159=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #38339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38339F is #C7CC60. Grayscale: #404040. Windows color (decimal): -13093985 or 10433336. OLE color: 10433336.

HSL color Cylindrical-coordinate representation of color #38339F: hue angle of 242.78º 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 #38339F is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 51 159 -
CMYK 0.65 0.68 0 0.38
HSL 242.78º 0.51% 0.41% -
HSV(B) 242.78º 0.68% 0.62% -
XYZ 9.07 5.71 33.43 -
YUV 64.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 56 51 159 0.65 0.68 0 0.38 242.78 0.51 0.41
Hex 38 33 9F 41 44 0 26 F3 33 29
Octal 70 63 237 101 104 0 46 363 63 51
Binary 111000 110011 10011111 1000001 1000100 0 100110 11110011 110011 101001

Color Harmonies of #38339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38339F

Black with #38339F

Text Example


Text Example

White with #38339F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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