Html Css Color HEX #383399 Dark Slate Blue

📋 copy color: '#383399'

red 56 ◦ green 51 ◦ blue 153

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

Shades of Dark Slate Blue #383399

Tints of Dark Slate Blue #383399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 21.54%
G = 19.62%
B = 58.85%

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

#383399 (or 0x383399) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 99. RGB value is (56,51,153). Sum of RGB (Red+Green+Blue) = 56+51+153=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #383399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383399 is #C7CC66. Grayscale: #3F3F3F. Windows color (decimal): -13093991 or 10040120. OLE color: 10040120.

HSL color Cylindrical-coordinate representation of color #383399: hue angle of 242.94º degrees, saturation: 0.5, 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 #383399 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 51 153 -
CMYK 0.63 0.67 0 0.4
HSL 242.94º 0.5% 0.4% -
HSV(B) 242.94º 0.67% 0.6% -
XYZ 8.56 5.51 30.75 -
YUV 64.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 56 51 153 0.63 0.67 0 0.4 242.94 0.5 0.4
Hex 38 33 99 3F 43 0 28 F3 32 28
Octal 70 63 231 77 103 0 50 363 62 50
Binary 111000 110011 10011001 111111 1000011 0 101000 11110011 110010 101000

Color Harmonies of #383399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383399

Black with #383399

Text Example


Text Example

White with #383399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383399; }

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

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

background-color css

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

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

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

border-color css

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

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

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