Html Css Color HEX #3B2889 Windsor

📋 copy color: '#3B2889'

red 59 ◦ green 40 ◦ blue 137

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

Shades of Windsor #3B2889

Tints of Windsor #3B2889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 25%
G = 16.95%
B = 58.05%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3B2889 (or 0x3B2889) is known color: Windsor. HEX triplet: 3B, 28 and 89. RGB value is (59,40,137). Sum of RGB (Red+Green+Blue) = 59+40+137=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B2889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2889 is #C4D776. Grayscale: #383838. Windows color (decimal): -12900215 or 8988731. OLE color: 8988731.

HSL color Cylindrical-coordinate representation of color #3B2889: hue angle of 251.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B2889 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 40 137 -
CMYK 0.57 0.71 0 0.46
HSL 251.75º 0.55% 0.35% -
HSV(B) 251.75º 0.71% 0.54% -
XYZ 7.08 4.25 24.11 -
YUV 56.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 59 40 137 0.57 0.71 0 0.46 251.75 0.55 0.35
Hex 3B 28 89 39 47 0 2E FC 37 23
Octal 73 50 211 71 107 0 56 374 67 43
Binary 111011 101000 10001001 111001 1000111 0 101110 11111100 110111 100011

Color Harmonies of #3B2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2889

Black with #3B2889

Text Example


Text Example

White with #3B2889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,40,137); }

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

background-color css

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

 a { background-color: rgb(59,40,137); }

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

border-color css

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

 span { border-color: rgb(59,40,137); }

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