Html Css Color HEX #38268E Dark Slate Blue

📋 copy color: '#38268E'

red 56 ◦ green 38 ◦ blue 142

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

Shades of Dark Slate Blue #38268E

Tints of Dark Slate Blue #38268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 23.73%
G = 16.1%
B = 60.17%

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

#38268E (or 0x38268E) is known color: Dark Slate Blue. HEX triplet: 38, 26 and 8E. RGB value is (56,38,142). Sum of RGB (Red+Green+Blue) = 56+38+142=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #38268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38268E is #C7D971. Grayscale: #363636. Windows color (decimal): -13097330 or 9315896. OLE color: 9315896.

HSL color Cylindrical-coordinate representation of color #38268E: hue angle of 250.38º 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 #38268E is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 38 142 -
CMYK 0.61 0.73 0 0.44
HSL 250.38º 0.58% 0.35% -
HSV(B) 250.38º 0.73% 0.56% -
XYZ 7.21 4.18 26.02 -
YUV 55.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 56 38 142 0.61 0.73 0 0.44 250.38 0.58 0.35
Hex 38 26 8E 3D 49 0 2C FA 3A 23
Octal 70 46 216 75 111 0 54 372 72 43
Binary 111000 100110 10001110 111101 1001001 0 101100 11111010 111010 100011

Color Harmonies of #38268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38268E

Black with #38268E

Text Example


Text Example

White with #38268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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