Html Css Color HEX #383C98 Dark Slate Blue

📋 copy color: '#383C98'

red 56 ◦ green 60 ◦ blue 152

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

Shades of Dark Slate Blue #383C98

Tints of Dark Slate Blue #383C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.72%

R = 20.9%
G = 22.39%
B = 56.72%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#383C98 (or 0x383C98) is known color: Dark Slate Blue. HEX triplet: 38, 3C and 98. RGB value is (56,60,152). Sum of RGB (Red+Green+Blue) = 56+60+152=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #383C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C98 is #C7C367. Grayscale: #444444. Windows color (decimal): -13091688 or 9976888. OLE color: 9976888.

HSL color Cylindrical-coordinate representation of color #383C98: hue angle of 237.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383C98 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 60 152 -
CMYK 0.63 0.61 0 0.40
HSL 237.5º 0.46% 0.41% -
HSV(B) 237.5º 0.63% 0.6% -
XYZ 8.91 6.34 30.46 -
YUV 69.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 56 60 152 0.63 0.61 0 0.40 237.5 0.46 0.41
Hex 38 3C 98 3F 3D 0 28 EE 2E 29
Octal 70 74 230 77 75 0 50 356 56 51
Binary 111000 111100 10011000 111111 111101 0 101000 11101110 101110 101001

Color Harmonies of #383C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C98

Black with #383C98

Text Example


Text Example

White with #383C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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