Html Css Color HEX #3B2374 Windsor

📋 copy color: '#3B2374'

red 59 ◦ green 35 ◦ blue 116

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

Shades of Windsor #3B2374

Tints of Windsor #3B2374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 28.1%
G = 16.67%
B = 55.24%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B2374 (or 0x3B2374) is known color: Windsor. HEX triplet: 3B, 23 and 74. RGB value is (59,35,116). Sum of RGB (Red+Green+Blue) = 59+35+116=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B2374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2374 is #C4DC8B. Grayscale: #333333. Windows color (decimal): -12901516 or 7611195. OLE color: 7611195.

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

Color convert

RGB 59 35 116 -
CMYK 0.49 0.70 0 0.55
HSL 257.78º 0.54% 0.3% -
HSV(B) 257.78º 0.7% 0.45% -
XYZ 5.56 3.39 16.88 -
YUV 51.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 59 35 116 0.49 0.70 0 0.55 257.78 0.54 0.3
Hex 3B 23 74 31 46 0 37 102 36 1E
Octal 73 43 164 61 106 0 67 402 66 36
Binary 111011 100011 1110100 110001 1000110 0 110111 100000010 110110 11110

Color Harmonies of #3B2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2374

Black with #3B2374

Text Example


Text Example

White with #3B2374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,35,116); }

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

background-color css

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

 a { background-color: rgb(59,35,116); }

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

border-color css

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

 span { border-color: rgb(59,35,116); }

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