Html Css Color HEX #3B2282 Windsor

📋 copy color: '#3B2282'

red 59 ◦ green 34 ◦ blue 130

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

Shades of Windsor #3B2282

Tints of Windsor #3B2282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 26.46%
G = 15.25%
B = 58.3%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3B2282 (or 0x3B2282) is known color: Windsor. HEX triplet: 3B, 22 and 82. RGB value is (59,34,130). Sum of RGB (Red+Green+Blue) = 59+34+130=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B2282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2282 is #C4DD7D. Grayscale: #343434. Windows color (decimal): -12901758 or 8528443. OLE color: 8528443.

HSL color Cylindrical-coordinate representation of color #3B2282: hue angle of 255.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B2282 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 59 34 130 -
CMYK 0.55 0.74 0 0.49
HSL 255.63º 0.59% 0.32% -
HSV(B) 255.63º 0.74% 0.51% -
XYZ 6.4 3.69 21.49 -
YUV 52.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 59 34 130 0.55 0.74 0 0.49 255.63 0.59 0.32
Hex 3B 22 82 37 4A 0 31 100 3B 20
Octal 73 42 202 67 112 0 61 400 73 40
Binary 111011 100010 10000010 110111 1001010 0 110001 100000000 111011 100000

Color Harmonies of #3B2282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2282

Black with #3B2282

Text Example


Text Example

White with #3B2282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,34,130); }

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

background-color css

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

 a { background-color: rgb(59,34,130); }

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

border-color css

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

 span { border-color: rgb(59,34,130); }

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