#36277A

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

Shades of Windsor #36277A

Tints of Windsor #36277A

Color information

#36277A (or 0x36277A) is unknown color: approx Windsor. HEX triplet: 36, 27 and 7A. RGB value is (54,39,122). Sum of RGB (Red+Green+Blue) = 54+39+122=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #36277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36277A is #C9D885. Grayscale: #343434. Windows color (decimal): -13228166 or 8005430. OLE color: 8005430.

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

Color convert

RGB5439122-
CMYK0.560.6800.52
HSL250.84º51.55%31.57%-
HSV(B)250.84º68.03%47.84%-
XYZ5.763.6418.81-
YUV52.95166.97128.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=25.12%
G=18.14%
B=56.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54391220.560.6800.52250.8451.5531.57
Hex36277A3844034fb3420
Octal6647172701040643736440
Binary11011010011111110101110001000100011010011111011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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