#38287E

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

Shades of Windsor #38287E

Tints of Windsor #38287E

Color information

#38287E (or 0x38287E) is unknown color: approx Windsor. HEX triplet: 38, 28 and 7E. RGB value is (56,40,126). Sum of RGB (Red+Green+Blue) = 56+40+126=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #38287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38287E is #C7D781. Grayscale: #363636. Windows color (decimal): -13096834 or 8267832. OLE color: 8267832.

HSL color Cylindrical-coordinate representation of color #38287E: hue angle of 251.16º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38287E is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5640126-
CMYK0.560.6800.51
HSL251.16º51.81%32.55%-
HSV(B)251.16º68.25%49.41%-
XYZ6.163.8620.16-
YUV54.59168.3129.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 126 (49.61% from 255) = 56.76%
R=25.23%
G=18.02%
B=56.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56401260.560.6800.51251.1651.8132.55
Hex38287E3844033fb3421
Octal7050176701040633736441
Binary11100010100011111101110001000100011001111111011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38287E; }

 p { color: rgb(56,40,126); }

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

<style>
 a { background-color: #38287E; }

 a { background-color: rgb(56,40,126); }

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

<style>
 span { border-color: #38287E; }

 span { border-color: rgb(56,40,126); }

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