Html Css Color HEX #3A3488 Dark Slate Blue

📋 copy color: '#3A3488'

red 58 ◦ green 52 ◦ blue 136

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

Shades of Dark Slate Blue #3A3488

Tints of Dark Slate Blue #3A3488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

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

R = 23.58%
G = 21.14%
B = 55.28%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A3488 (or 0x3A3488) is known color: Dark Slate Blue. HEX triplet: 3A, 34 and 88. RGB value is (58,52,136). Sum of RGB (Red+Green+Blue) = 58+52+136=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A3488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3488 is #C5CB77. Grayscale: #3F3F3F. Windows color (decimal): -12962680 or 8926266. OLE color: 8926266.

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

Color convert

RGB 58 52 136 -
CMYK 0.57 0.62 0 0.47
HSL 244.29º 0.45% 0.37% -
HSV(B) 244.29º 0.62% 0.53% -
XYZ 7.42 5.13 23.89 -
YUV 63.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 58 52 136 0.57 0.62 0 0.47 244.29 0.45 0.37
Hex 3A 34 88 39 3E 0 2F F4 2D 25
Octal 72 64 210 71 76 0 57 364 55 45
Binary 111010 110100 10001000 111001 111110 0 101111 11110100 101101 100101

Color Harmonies of #3A3488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3488

Black with #3A3488

Text Example


Text Example

White with #3A3488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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