Html Css Color HEX #3A288F Dark Slate Blue

📋 copy color: '#3A288F'

red 58 ◦ green 40 ◦ blue 143

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

Shades of Dark Slate Blue #3A288F

Tints of Dark Slate Blue #3A288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.34%

R = 24.07%
G = 16.6%
B = 59.34%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A288F (or 0x3A288F) is known color: Dark Slate Blue. HEX triplet: 3A, 28 and 8F. RGB value is (58,40,143). Sum of RGB (Red+Green+Blue) = 58+40+143=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A288F is #C5D770. Grayscale: #383838. Windows color (decimal): -12965745 or 9381946. OLE color: 9381946.

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

Color convert

RGB 58 40 143 -
CMYK 0.59 0.72 0 0.44
HSL 250.49º 0.56% 0.36% -
HSV(B) 250.49º 0.72% 0.56% -
XYZ 7.46 4.4 26.44 -
YUV 57.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 58 40 143 0.59 0.72 0 0.44 250.49 0.56 0.36
Hex 3A 28 8F 3B 48 0 2C FA 38 24
Octal 72 50 217 73 110 0 54 372 70 44
Binary 111010 101000 10001111 111011 1001000 0 101100 11111010 111000 100100

Color Harmonies of #3A288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A288F

Black with #3A288F

Text Example


Text Example

White with #3A288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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