Html Css Color HEX #3B2573 Windsor

📋 copy color: '#3B2573'

red 59 ◦ green 37 ◦ blue 115

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

Shades of Windsor #3B2573

Tints of Windsor #3B2573

RGB

 RED value IS 59 (23.44% from 255) = 27.96%

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

 BLUE value IS 115 (45.31% from 255) = 54.5%

R = 27.96%
G = 17.54%
B = 54.5%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B2573 (or 0x3B2573) is known color: Windsor. HEX triplet: 3B, 25 and 73. RGB value is (59,37,115). Sum of RGB (Red+Green+Blue) = 59+37+115=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2573 is #C4DA8C. Grayscale: #343434. Windows color (decimal): -12901005 or 7546171. OLE color: 7546171.

HSL color Cylindrical-coordinate representation of color #3B2573: hue angle of 256.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2573 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 37 115 -
CMYK 0.49 0.68 0 0.55
HSL 256.92º 0.51% 0.3% -
HSV(B) 256.92º 0.68% 0.45% -
XYZ 5.56 3.49 16.6 -
YUV 52.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 59 37 115 0.49 0.68 0 0.55 256.92 0.51 0.3
Hex 3B 25 73 31 44 0 37 101 33 1E
Octal 73 45 163 61 104 0 67 401 63 36
Binary 111011 100101 1110011 110001 1000100 0 110111 100000001 110011 11110

Color Harmonies of #3B2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2573

Black with #3B2573

Text Example


Text Example

White with #3B2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,37,115); }

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

background-color css

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

 a { background-color: rgb(59,37,115); }

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

border-color css

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

 span { border-color: rgb(59,37,115); }

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