Html Css Color HEX #383299 Dark Slate Blue

📋 copy color: '#383299'

red 56 ◦ green 50 ◦ blue 153

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

Shades of Dark Slate Blue #383299

Tints of Dark Slate Blue #383299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 21.62%
G = 19.31%
B = 59.07%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#383299 (or 0x383299) is known color: Dark Slate Blue. HEX triplet: 38, 32 and 99. RGB value is (56,50,153). Sum of RGB (Red+Green+Blue) = 56+50+153=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #383299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383299 is #C7CD66. Grayscale: #3F3F3F. Windows color (decimal): -13094247 or 10039864. OLE color: 10039864.

HSL color Cylindrical-coordinate representation of color #383299: hue angle of 243.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383299 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 50 153 -
CMYK 0.63 0.67 0 0.4
HSL 243.5º 0.51% 0.4% -
HSV(B) 243.5º 0.67% 0.6% -
XYZ 8.52 5.42 30.73 -
YUV 63.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 56 50 153 0.63 0.67 0 0.4 243.5 0.51 0.4
Hex 38 32 99 3F 43 0 28 F3 33 28
Octal 70 62 231 77 103 0 50 363 63 50
Binary 111000 110010 10011001 111111 1000011 0 101000 11110011 110011 101000

Color Harmonies of #383299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383299

Black with #383299

Text Example


Text Example

White with #383299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383299; }

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

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

background-color css

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

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

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

border-color css

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

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

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