Html Css Color HEX #383C95 Dark Slate Blue

📋 copy color: '#383C95'

red 56 ◦ green 60 ◦ blue 149

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

Shades of Dark Slate Blue #383C95

Tints of Dark Slate Blue #383C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 21.13%
G = 22.64%
B = 56.23%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#383C95 (or 0x383C95) is known color: Dark Slate Blue. HEX triplet: 38, 3C and 95. RGB value is (56,60,149). Sum of RGB (Red+Green+Blue) = 56+60+149=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #383C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C95 is #C7C36A. Grayscale: #444444. Windows color (decimal): -13091691 or 9780280. OLE color: 9780280.

HSL color Cylindrical-coordinate representation of color #383C95: hue angle of 237.42º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383C95 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 60 149 -
CMYK 0.62 0.60 0 0.42
HSL 237.42º 0.45% 0.4% -
HSV(B) 237.42º 0.62% 0.58% -
XYZ 8.67 6.24 29.18 -
YUV 68.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 56 60 149 0.62 0.60 0 0.42 237.42 0.45 0.4
Hex 38 3C 95 3E 3C 0 2A ED 2D 28
Octal 70 74 225 76 74 0 52 355 55 50
Binary 111000 111100 10010101 111110 111100 0 101010 11101101 101101 101000

Color Harmonies of #383C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C95

Black with #383C95

Text Example


Text Example

White with #383C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383C95; }

 p { color: rgb(56,60,149); }

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

background-color css

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

 a { background-color: rgb(56,60,149); }

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

border-color css

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

 span { border-color: rgb(56,60,149); }

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