#38287A

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

Shades of Windsor #38287A

Tints of Windsor #38287A

Color information

#38287A (or 0x38287A) is unknown color: approx Windsor. HEX triplet: 38, 28 and 7A. RGB value is (56,40,122). Sum of RGB (Red+Green+Blue) = 56+40+122=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #38287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38287A is #C7D785. Grayscale: #353535. Windows color (decimal): -13096838 or 8005688. OLE color: 8005688.

HSL color Cylindrical-coordinate representation of color #38287A: hue angle of 251.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38287A is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5640122-
CMYK0.540.6700.52
HSL251.71º50.62%31.76%-
HSV(B)251.71º67.21%47.84%-
XYZ5.93.7618.83-
YUV54.13166.3129.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=25.69%
G=18.35%
B=55.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56401220.540.6700.52251.7150.6231.76
Hex38287A3643034fc3320
Octal7050172661030643746340
Binary11100010100011110101101101000011011010011111100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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