Html Css Color HEX #383692 Dark Slate Blue

📋 copy color: '#383692'

red 56 ◦ green 54 ◦ blue 146

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

Shades of Dark Slate Blue #383692

Tints of Dark Slate Blue #383692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 21.88%
G = 21.09%
B = 57.03%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383692 (or 0x383692) is known color: Dark Slate Blue. HEX triplet: 38, 36 and 92. RGB value is (56,54,146). Sum of RGB (Red+Green+Blue) = 56+54+146=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #383692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383692 is #C7C96D. Grayscale: #404040. Windows color (decimal): -13093230 or 9582136. OLE color: 9582136.

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

Color convert

RGB 56 54 146 -
CMYK 0.62 0.63 0 0.43
HSL 241.3º 0.46% 0.39% -
HSV(B) 241.3º 0.63% 0.57% -
XYZ 8.14 5.55 27.84 -
YUV 65.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 56 54 146 0.62 0.63 0 0.43 241.3 0.46 0.39
Hex 38 36 92 3E 3F 0 2B F1 2E 27
Octal 70 66 222 76 77 0 53 361 56 47
Binary 111000 110110 10010010 111110 111111 0 101011 11110001 101110 100111

Color Harmonies of #383692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383692

Black with #383692

Text Example


Text Example

White with #383692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383692; }

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

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

background-color css

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

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

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

border-color css

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

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

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