Html Css Color HEX #3A378C Dark Slate Blue

📋 copy color: '#3A378C'

red 58 ◦ green 55 ◦ blue 140

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

Shades of Dark Slate Blue #3A378C

Tints of Dark Slate Blue #3A378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 22.92%
G = 21.74%
B = 55.34%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A378C (or 0x3A378C) is known color: Dark Slate Blue. HEX triplet: 3A, 37 and 8C. RGB value is (58,55,140). Sum of RGB (Red+Green+Blue) = 58+55+140=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A378C is #C5C873. Grayscale: #414141. Windows color (decimal): -12961908 or 9189178. OLE color: 9189178.

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

Color convert

RGB 58 55 140 -
CMYK 0.59 0.61 0 0.45
HSL 242.12º 0.44% 0.38% -
HSV(B) 242.12º 0.61% 0.55% -
XYZ 7.84 5.53 25.46 -
YUV 65.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 58 55 140 0.59 0.61 0 0.45 242.12 0.44 0.38
Hex 3A 37 8C 3B 3D 0 2D F2 2C 26
Octal 72 67 214 73 75 0 55 362 54 46
Binary 111010 110111 10001100 111011 111101 0 101101 11110010 101100 100110

Color Harmonies of #3A378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A378C

Black with #3A378C

Text Example


Text Example

White with #3A378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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