Html Css Color HEX #3B2976 Windsor

📋 copy color: '#3B2976'

red 59 ◦ green 41 ◦ blue 118

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

Shades of Windsor #3B2976

Tints of Windsor #3B2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 27.06%
G = 18.81%
B = 54.13%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3B2976 (or 0x3B2976) is known color: Windsor. HEX triplet: 3B, 29 and 76. RGB value is (59,41,118). Sum of RGB (Red+Green+Blue) = 59+41+118=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B2976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2976 is #C4D689. Grayscale: #363636. Windows color (decimal): -12899978 or 7743803. OLE color: 7743803.

HSL color Cylindrical-coordinate representation of color #3B2976: hue angle of 254.03º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B2976 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 41 118 -
CMYK 0.50 0.65 0 0.54
HSL 254.03º 0.48% 0.31% -
HSV(B) 254.03º 0.65% 0.46% -
XYZ 5.87 3.82 17.57 -
YUV 55.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 59 41 118 0.50 0.65 0 0.54 254.03 0.48 0.31
Hex 3B 29 76 32 41 0 36 FE 30 1F
Octal 73 51 166 62 101 0 66 376 60 37
Binary 111011 101001 1110110 110010 1000001 0 110110 11111110 110000 11111

Color Harmonies of #3B2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2976

Black with #3B2976

Text Example


Text Example

White with #3B2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,41,118); }

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

background-color css

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

 a { background-color: rgb(59,41,118); }

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

border-color css

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

 span { border-color: rgb(59,41,118); }

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