Html Css Color HEX #38268F Dark Slate Blue

📋 copy color: '#38268F'

red 56 ◦ green 38 ◦ blue 143

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

Shades of Dark Slate Blue #38268F

Tints of Dark Slate Blue #38268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

 BLUE value IS 143 (56.25% from 255) = 60.34%

R = 23.63%
G = 16.03%
B = 60.34%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38268F (or 0x38268F) is known color: Dark Slate Blue. HEX triplet: 38, 26 and 8F. RGB value is (56,38,143). Sum of RGB (Red+Green+Blue) = 56+38+143=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #38268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38268F is #C7D970. Grayscale: #363636. Windows color (decimal): -13097329 or 9381432. OLE color: 9381432.

HSL color Cylindrical-coordinate representation of color #38268F: hue angle of 250.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38268F is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 38 143 -
CMYK 0.61 0.73 0 0.44
HSL 250.29º 0.58% 0.35% -
HSV(B) 250.29º 0.73% 0.56% -
XYZ 7.28 4.21 26.42 -
YUV 55.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 56 38 143 0.61 0.73 0 0.44 250.29 0.58 0.35
Hex 38 26 8F 3D 49 0 2C FA 3A 23
Octal 70 46 217 75 111 0 54 372 72 43
Binary 111000 100110 10001111 111101 1001001 0 101100 11111010 111010 100011

Color Harmonies of #38268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38268F

Black with #38268F

Text Example


Text Example

White with #38268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,38,143); }

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

background-color css

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

 a { background-color: rgb(56,38,143); }

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

border-color css

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

 span { border-color: rgb(56,38,143); }

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