Html Css Color HEX #382D99 Dark Slate Blue

📋 copy color: '#382D99'

red 56 ◦ green 45 ◦ blue 153

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

Shades of Dark Slate Blue #382D99

Tints of Dark Slate Blue #382D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.72%

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

R = 22.05%
G = 17.72%
B = 60.24%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#382D99 (or 0x382D99) is known color: Dark Slate Blue. HEX triplet: 38, 2D and 99. RGB value is (56,45,153). Sum of RGB (Red+Green+Blue) = 56+45+153=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #382D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382D99 is #C7D266. Grayscale: #3C3C3C. Windows color (decimal): -13095527 or 10038584. OLE color: 10038584.

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

Color convert

RGB 56 45 153 -
CMYK 0.63 0.71 0 0.4
HSL 246.11º 0.55% 0.39% -
HSV(B) 246.11º 0.71% 0.6% -
XYZ 8.32 5.02 30.67 -
YUV 60.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 56 45 153 0.63 0.71 0 0.4 246.11 0.55 0.39
Hex 38 2D 99 3F 47 0 28 F6 37 27
Octal 70 55 231 77 107 0 50 366 67 47
Binary 111000 101101 10011001 111111 1000111 0 101000 11110110 110111 100111

Color Harmonies of #382D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D99

Black with #382D99

Text Example


Text Example

White with #382D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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