#40337B

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

Shades of Windsor #40337B

Tints of Windsor #40337B

Color information

#40337B (or 0x40337B) is unknown color: approx Windsor. HEX triplet: 40, 33 and 7B. RGB value is (64,51,123). Sum of RGB (Red+Green+Blue) = 64+51+123=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #40337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40337B is #BFCC84. Grayscale: #3E3E3E. Windows color (decimal): -12569733 or 8074048. OLE color: 8074048.

HSL color Cylindrical-coordinate representation of color #40337B: hue angle of 250.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40337B is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6451123-
CMYK0.480.5900.52
HSL250.83º41.38%34.12%-
HSV(B)250.83º58.54%48.24%-
XYZ6.874.8919.32-
YUV63.09161.81128.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=26.89%
G=21.43%
B=51.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64511230.480.5900.52250.8341.3834.12
Hex40337B303B034fb2922
Octal1006317360730643735142
Binary10000001100111111011110000111011011010011111011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40337B; }

 p { color: rgb(64,51,123); }

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

<style>
 a { background-color: #40337B; }

 a { background-color: rgb(64,51,123); }

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

<style>
 span { border-color: #40337B; }

 span { border-color: rgb(64,51,123); }

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