Html Css Color HEX #3A3388 Dark Slate Blue

📋 copy color: '#3A3388'

red 58 ◦ green 51 ◦ blue 136

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

Shades of Dark Slate Blue #3A3388

Tints of Dark Slate Blue #3A3388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 23.67%
G = 20.82%
B = 55.51%

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

#3A3388 (or 0x3A3388) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 88. RGB value is (58,51,136). Sum of RGB (Red+Green+Blue) = 58+51+136=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A3388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3388 is #C5CC77. Grayscale: #3E3E3E. Windows color (decimal): -12962936 or 8926010. OLE color: 8926010.

HSL color Cylindrical-coordinate representation of color #3A3388: hue angle of 244.94º 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 #3A3388 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 51 136 -
CMYK 0.57 0.62 0 0.47
HSL 244.94º 0.45% 0.37% -
HSV(B) 244.94º 0.63% 0.53% -
XYZ 7.37 5.04 23.88 -
YUV 62.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 58 51 136 0.57 0.62 0 0.47 244.94 0.45 0.37
Hex 3A 33 88 39 3E 0 2F F5 2D 25
Octal 72 63 210 71 76 0 57 365 55 45
Binary 111010 110011 10001000 111001 111110 0 101111 11110101 101101 100101

Color Harmonies of #3A3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3388

Black with #3A3388

Text Example


Text Example

White with #3A3388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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