#3B237A

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

Shades of Windsor #3B237A

Tints of Windsor #3B237A

Color information

#3B237A (or 0x3B237A) is unknown color: approx Windsor. HEX triplet: 3B, 23 and 7A. RGB value is (59,35,122). Sum of RGB (Red+Green+Blue) = 59+35+122=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B237A is #C4DC85. Grayscale: #333333. Windows color (decimal): -12901510 or 8004411. OLE color: 8004411.

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

Color convert

RGB5935122-
CMYK0.520.7100.52
HSL256.55º55.41%30.78%-
HSV(B)256.55º71.31%47.84%-
XYZ5.923.5418.78-
YUV52.09167.45132.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.31%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=27.31%
G=16.20%
B=56.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59351220.520.7100.52256.5555.4130.78
Hex3B237A3447034101371f
Octal7343172641070644016737
Binary11101110001111110101101001000111011010010000000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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