Html Css Color HEX #382F90 Dark Slate Blue

📋 copy color: '#382F90'

red 56 ◦ green 47 ◦ blue 144

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

Shades of Dark Slate Blue #382F90

Tints of Dark Slate Blue #382F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 22.67%
G = 19.03%
B = 58.3%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#382F90 (or 0x382F90) is known color: Dark Slate Blue. HEX triplet: 38, 2F and 90. RGB value is (56,47,144). Sum of RGB (Red+Green+Blue) = 56+47+144=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #382F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382F90 is #C7D06F. Grayscale: #3C3C3C. Windows color (decimal): -13095024 or 9449272. OLE color: 9449272.

HSL color Cylindrical-coordinate representation of color #382F90: hue angle of 245.57º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #382F90 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 47 144 -
CMYK 0.61 0.67 0 0.44
HSL 245.57º 0.51% 0.37% -
HSV(B) 245.57º 0.67% 0.56% -
XYZ 7.68 4.89 26.92 -
YUV 60.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 56 47 144 0.61 0.67 0 0.44 245.57 0.51 0.37
Hex 38 2F 90 3D 43 0 2C F6 33 25
Octal 70 57 220 75 103 0 54 366 63 45
Binary 111000 101111 10010000 111101 1000011 0 101100 11110110 110011 100101

Color Harmonies of #382F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F90

Black with #382F90

Text Example


Text Example

White with #382F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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