Html Css Color HEX #382F99 Dark Slate Blue

📋 copy color: '#382F99'

red 56 ◦ green 47 ◦ blue 153

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

Shades of Dark Slate Blue #382F99

Tints of Dark Slate Blue #382F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

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

R = 21.88%
G = 18.36%
B = 59.77%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#382F99 (or 0x382F99) is known color: Dark Slate Blue. HEX triplet: 38, 2F and 99. RGB value is (56,47,153). Sum of RGB (Red+Green+Blue) = 56+47+153=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #382F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382F99 is #C7D066. Grayscale: #3D3D3D. Windows color (decimal): -13095015 or 10039096. OLE color: 10039096.

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

Color convert

RGB 56 47 153 -
CMYK 0.63 0.69 0 0.4
HSL 245.09º 0.53% 0.39% -
HSV(B) 245.09º 0.69% 0.6% -
XYZ 8.4 5.17 30.69 -
YUV 61.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 56 47 153 0.63 0.69 0 0.4 245.09 0.53 0.39
Hex 38 2F 99 3F 45 0 28 F5 35 27
Octal 70 57 231 77 105 0 50 365 65 47
Binary 111000 101111 10011001 111111 1000101 0 101000 11110101 110101 100111

Color Harmonies of #382F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F99

Black with #382F99

Text Example


Text Example

White with #382F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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