#36287A

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

Shades of Windsor #36287A

Tints of Windsor #36287A

Color information

#36287A (or 0x36287A) is unknown color: approx Windsor. HEX triplet: 36, 28 and 7A. RGB value is (54,40,122). Sum of RGB (Red+Green+Blue) = 54+40+122=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 40 (16.02% from 255 or 18.52% 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 #36287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36287A is #C9D785. Grayscale: #353535. Windows color (decimal): -13227910 or 8005686. OLE color: 8005686.

HSL color Cylindrical-coordinate representation of color #36287A: hue angle of 250.24º 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 #36287A is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5440122-
CMYK0.560.6700.52
HSL250.24º50.62%31.76%-
HSV(B)250.24º67.21%47.84%-
XYZ5.793.7118.82-
YUV53.53166.64128.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=25%
G=18.52%
B=56.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54401220.560.6700.52250.2450.6231.76
Hex36287A3843034fa3320
Octal6650172701030643726340
Binary11011010100011110101110001000011011010011111010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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