Html Css Color HEX #382692 Dark Slate Blue

📋 copy color: '#382692'

red 56 ◦ green 38 ◦ blue 146

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

Shades of Dark Slate Blue #382692

Tints of Dark Slate Blue #382692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 23.33%
G = 15.83%
B = 60.83%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#382692 (or 0x382692) is known color: Dark Slate Blue. HEX triplet: 38, 26 and 92. RGB value is (56,38,146). Sum of RGB (Red+Green+Blue) = 56+38+146=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #382692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382692 is #C7D96D. Grayscale: #373737. Windows color (decimal): -13097326 or 9578040. OLE color: 9578040.

HSL color Cylindrical-coordinate representation of color #382692: hue angle of 250º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382692 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 38 146 -
CMYK 0.62 0.74 0 0.43
HSL 250º 0.59% 0.36% -
HSV(B) 250º 0.74% 0.57% -
XYZ 7.51 4.3 27.63 -
YUV 55.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 56 38 146 0.62 0.74 0 0.43 250 0.59 0.36
Hex 38 26 92 3E 4A 0 2B FA 3B 24
Octal 70 46 222 76 112 0 53 372 73 44
Binary 111000 100110 10010010 111110 1001010 0 101011 11111010 111011 100100

Color Harmonies of #382692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382692

Black with #382692

Text Example


Text Example

White with #382692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382692; }

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

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

background-color css

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

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

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

border-color css

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

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

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