#3b238b

Color #3B238B Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #3B238B

Tints of Windsor #3B238B

Color information

#3B238B (or 0x3B238B) is unknown color: approx Windsor. HEX triplet: 3B, 23 and 8B. RGB value is (59,35,139). Sum of RGB (Red+Green+Blue) = 59+35+139=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B238B is #C4DC74. Grayscale: #353535. Windows color (decimal): -12901493 or 9118523. OLE color: 9118523.

HSL color Cylindrical-coordinate representation of color #3B238B: hue angle of 253.85º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B238B is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5935139-
CMYK0.580.7500.45
HSL253.85º59.77%34.12%-
HSV(B)253.85º74.82%54.51%-
XYZ7.06424.83-
YUV54.03175.95131.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 139 (54.69% from 255) = 59.66%
R=25.32%
G=15.02%
B=59.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59351390.580.7500.45253.8559.7734.12
Hex3B238B3A4B02Dfe3c22
Octal7343213721130553767442
Binary111011100011100010111110101001011010110111111110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b238b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3b238b;
 }
 .AnyTagClassName
 {
   color: #3b238b;
 }
</style>
background-color css

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

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

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

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

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

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