Html Css Color HEX #383297 Dark Slate Blue

📋 copy color: '#383297'

red 56 ◦ green 50 ◦ blue 151

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

Shades of Dark Slate Blue #383297

Tints of Dark Slate Blue #383297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 151 (59.38% from 255) = 58.75%

R = 21.79%
G = 19.46%
B = 58.75%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#383297 (or 0x383297) is known color: Dark Slate Blue. HEX triplet: 38, 32 and 97. RGB value is (56,50,151). Sum of RGB (Red+Green+Blue) = 56+50+151=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #383297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383297 is #C7CD68. Grayscale: #3E3E3E. Windows color (decimal): -13094249 or 9908792. OLE color: 9908792.

HSL color Cylindrical-coordinate representation of color #383297: hue angle of 243.56º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383297 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 50 151 -
CMYK 0.63 0.67 0 0.41
HSL 243.56º 0.5% 0.39% -
HSV(B) 243.56º 0.67% 0.59% -
XYZ 8.36 5.36 29.87 -
YUV 63.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 56 50 151 0.63 0.67 0 0.41 243.56 0.5 0.39
Hex 38 32 97 3F 43 0 29 F4 32 27
Octal 70 62 227 77 103 0 51 364 62 47
Binary 111000 110010 10010111 111111 1000011 0 101001 11110100 110010 100111

Color Harmonies of #383297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383297

Black with #383297

Text Example


Text Example

White with #383297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383297; }

 p { color: rgb(56,50,151); }

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

background-color css

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

 a { background-color: rgb(56,50,151); }

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

border-color css

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

 span { border-color: rgb(56,50,151); }

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