Html Css Color HEX #3A3088 Dark Slate Blue

📋 copy color: '#3A3088'

red 58 ◦ green 48 ◦ blue 136

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

Shades of Dark Slate Blue #3A3088

Tints of Dark Slate Blue #3A3088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 23.97%
G = 19.83%
B = 56.2%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A3088 (or 0x3A3088) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 88. RGB value is (58,48,136). Sum of RGB (Red+Green+Blue) = 58+48+136=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A3088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3088 is #C5CF77. Grayscale: #3C3C3C. Windows color (decimal): -12963704 or 8925242. OLE color: 8925242.

HSL color Cylindrical-coordinate representation of color #3A3088: hue angle of 246.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A3088 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 48 136 -
CMYK 0.57 0.65 0 0.47
HSL 246.82º 0.48% 0.36% -
HSV(B) 246.82º 0.65% 0.53% -
XYZ 7.25 4.79 23.84 -
YUV 61.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 58 48 136 0.57 0.65 0 0.47 246.82 0.48 0.36
Hex 3A 30 88 39 41 0 2F F7 30 24
Octal 72 60 210 71 101 0 57 367 60 44
Binary 111010 110000 10001000 111001 1000001 0 101111 11110111 110000 100100

Color Harmonies of #3A3088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3088

Black with #3A3088

Text Example


Text Example

White with #3A3088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,48,136); }

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

background-color css

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

 a { background-color: rgb(58,48,136); }

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

border-color css

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

 span { border-color: rgb(58,48,136); }

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