Html Css Color HEX #3A288B Dark Slate Blue

📋 copy color: '#3A288B'

red 58 ◦ green 40 ◦ blue 139

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

Shades of Dark Slate Blue #3A288B

Tints of Dark Slate Blue #3A288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 139 (54.69% from 255) = 58.65%

R = 24.47%
G = 16.88%
B = 58.65%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A288B (or 0x3A288B) is known color: Dark Slate Blue. HEX triplet: 3A, 28 and 8B. RGB value is (58,40,139). Sum of RGB (Red+Green+Blue) = 58+40+139=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A288B is #C5D774. Grayscale: #383838. Windows color (decimal): -12965749 or 9119802. OLE color: 9119802.

HSL color Cylindrical-coordinate representation of color #3A288B: hue angle of 250.91º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A288B is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 40 139 -
CMYK 0.58 0.71 0 0.45
HSL 250.91º 0.55% 0.35% -
HSV(B) 250.91º 0.71% 0.55% -
XYZ 7.16 4.28 24.87 -
YUV 56.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 58 40 139 0.58 0.71 0 0.45 250.91 0.55 0.35
Hex 3A 28 8B 3A 47 0 2D FB 37 23
Octal 72 50 213 72 107 0 55 373 67 43
Binary 111010 101000 10001011 111010 1000111 0 101101 11111011 110111 100011

Color Harmonies of #3A288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A288B

Black with #3A288B

Text Example


Text Example

White with #3A288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,40,139); }

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

background-color css

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

 a { background-color: rgb(58,40,139); }

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

border-color css

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

 span { border-color: rgb(58,40,139); }

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