Html Css Color HEX #3A2F88 Dark Slate Blue

📋 copy color: '#3A2F88'

red 58 ◦ green 47 ◦ blue 136

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

Shades of Dark Slate Blue #3A2F88

Tints of Dark Slate Blue #3A2F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

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

R = 24.07%
G = 19.5%
B = 56.43%

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

#3A2F88 (or 0x3A2F88) is known color: Dark Slate Blue. HEX triplet: 3A, 2F and 88. RGB value is (58,47,136). Sum of RGB (Red+Green+Blue) = 58+47+136=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A2F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2F88 is #C5D077. Grayscale: #3C3C3C. Windows color (decimal): -12963960 or 8924986. OLE color: 8924986.

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

Color convert

RGB 58 47 136 -
CMYK 0.57 0.65 0 0.47
HSL 247.42º 0.49% 0.36% -
HSV(B) 247.42º 0.65% 0.53% -
XYZ 7.21 4.71 23.82 -
YUV 60.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 58 47 136 0.57 0.65 0 0.47 247.42 0.49 0.36
Hex 3A 2F 88 39 41 0 2F F7 31 24
Octal 72 57 210 71 101 0 57 367 61 44
Binary 111010 101111 10001000 111001 1000001 0 101111 11110111 110001 100100

Color Harmonies of #3A2F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2F88

Black with #3A2F88

Text Example


Text Example

White with #3A2F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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