Html Css Color HEX #3B2473 Windsor

📋 copy color: '#3B2473'

red 59 ◦ green 36 ◦ blue 115

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

Shades of Windsor #3B2473

Tints of Windsor #3B2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 28.1%
G = 17.14%
B = 54.76%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B2473 (or 0x3B2473) is known color: Windsor. HEX triplet: 3B, 24 and 73. RGB value is (59,36,115). Sum of RGB (Red+Green+Blue) = 59+36+115=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B2473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2473 is #C4DB8C. Grayscale: #333333. Windows color (decimal): -12901261 or 7545915. OLE color: 7545915.

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

Color convert

RGB 59 36 115 -
CMYK 0.49 0.69 0 0.55
HSL 257.47º 0.52% 0.3% -
HSV(B) 257.47º 0.69% 0.45% -
XYZ 5.53 3.43 16.59 -
YUV 51.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 59 36 115 0.49 0.69 0 0.55 257.47 0.52 0.3
Hex 3B 24 73 31 45 0 37 101 34 1E
Octal 73 44 163 61 105 0 67 401 64 36
Binary 111011 100100 1110011 110001 1000101 0 110111 100000001 110100 11110

Color Harmonies of #3B2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2473

Black with #3B2473

Text Example


Text Example

White with #3B2473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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