Html Css Color HEX #3A378E Dark Slate Blue

📋 copy color: '#3A378E'

red 58 ◦ green 55 ◦ blue 142

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

Shades of Dark Slate Blue #3A378E

Tints of Dark Slate Blue #3A378E

RGB

 RED value IS 58 (23.05% from 255) = 22.75%

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 22.75%
G = 21.57%
B = 55.69%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A378E (or 0x3A378E) is known color: Dark Slate Blue. HEX triplet: 3A, 37 and 8E. RGB value is (58,55,142). Sum of RGB (Red+Green+Blue) = 58+55+142=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A378E is #C5C871. Grayscale: #414141. Windows color (decimal): -12961906 or 9320250. OLE color: 9320250.

HSL color Cylindrical-coordinate representation of color #3A378E: hue angle of 242.07º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A378E is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 55 142 -
CMYK 0.59 0.61 0 0.44
HSL 242.07º 0.44% 0.39% -
HSV(B) 242.07º 0.61% 0.56% -
XYZ 7.99 5.58 26.25 -
YUV 65.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 58 55 142 0.59 0.61 0 0.44 242.07 0.44 0.39
Hex 3A 37 8E 3B 3D 0 2C F2 2C 27
Octal 72 67 216 73 75 0 54 362 54 47
Binary 111010 110111 10001110 111011 111101 0 101100 11110010 101100 100111

Color Harmonies of #3A378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A378E

Black with #3A378E

Text Example


Text Example

White with #3A378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A378E; }

 p { color: rgb(58,55,142); }

 H1.HeaderClassName
 {
   color: #3A378E;
 }
 .AnyTagClassName
 {
   color: #3A378E;
 }
</style>

background-color css

<style>
 a { background-color: #3A378E; }

 a { background-color: rgb(58,55,142); }

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

border-color css

<style>
 span { border-color: #3A378E; }

 span { border-color: rgb(58,55,142); }

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