Html Css Color HEX #3B2872 Windsor

📋 copy color: '#3B2872'

red 59 ◦ green 40 ◦ blue 114

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

Shades of Windsor #3B2872

Tints of Windsor #3B2872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 27.7%
G = 18.78%
B = 53.52%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B2872 (or 0x3B2872) is known color: Windsor. HEX triplet: 3B, 28 and 72. RGB value is (59,40,114). Sum of RGB (Red+Green+Blue) = 59+40+114=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B2872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2872 is #C4D78D. Grayscale: #353535. Windows color (decimal): -12900238 or 7481403. OLE color: 7481403.

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

Color convert

RGB 59 40 114 -
CMYK 0.48 0.65 0 0.55
HSL 255.41º 0.48% 0.3% -
HSV(B) 255.41º 0.65% 0.45% -
XYZ 5.6 3.66 16.33 -
YUV 54.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 59 40 114 0.48 0.65 0 0.55 255.41 0.48 0.3
Hex 3B 28 72 30 41 0 37 FF 30 1E
Octal 73 50 162 60 101 0 67 377 60 36
Binary 111011 101000 1110010 110000 1000001 0 110111 11111111 110000 11110

Color Harmonies of #3B2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2872

Black with #3B2872

Text Example


Text Example

White with #3B2872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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