Html Css Color HEX #3A2584 Windsor

📋 copy color: '#3A2584'

red 58 ◦ green 37 ◦ blue 132

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

Shades of Windsor #3A2584

Tints of Windsor #3A2584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 25.55%
G = 16.3%
B = 58.15%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A2584 (or 0x3A2584) is known color: Windsor. HEX triplet: 3A, 25 and 84. RGB value is (58,37,132). Sum of RGB (Red+Green+Blue) = 58+37+132=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A2584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2584 is #C5DA7B. Grayscale: #353535. Windows color (decimal): -12966524 or 8660282. OLE color: 8660282.

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

Color convert

RGB 58 37 132 -
CMYK 0.56 0.72 0 0.48
HSL 253.26º 0.56% 0.33% -
HSV(B) 253.26º 0.72% 0.52% -
XYZ 6.57 3.89 22.23 -
YUV 54.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 58 37 132 0.56 0.72 0 0.48 253.26 0.56 0.33
Hex 3A 25 84 38 48 0 30 FD 38 21
Octal 72 45 204 70 110 0 60 375 70 41
Binary 111010 100101 10000100 111000 1001000 0 110000 11111101 111000 100001

Color Harmonies of #3A2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2584

Black with #3A2584

Text Example


Text Example

White with #3A2584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,37,132); }

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

background-color css

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

 a { background-color: rgb(58,37,132); }

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

border-color css

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

 span { border-color: rgb(58,37,132); }

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