#36267C

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

Shades of Windsor #36267C

Tints of Windsor #36267C

Color information

#36267C (or 0x36267C) is unknown color: approx Windsor. HEX triplet: 36, 26 and 7C. RGB value is (54,38,124). Sum of RGB (Red+Green+Blue) = 54+38+124=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #36267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36267C is #C9D983. Grayscale: #343434. Windows color (decimal): -13228420 or 8136246. OLE color: 8136246.

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

Color convert

RGB5438124-
CMYK0.560.6900.51
HSL251.16º53.09%31.76%-
HSV(B)251.16º69.35%48.63%-
XYZ5.853.6319.46-
YUV52.59168.3129.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 124 (48.83% from 255) = 57.41%
R=25%
G=17.59%
B=57.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54381240.560.6900.51251.1653.0931.76
Hex36267C3845033fb3520
Octal6646174701050633736540
Binary11011010011011111001110001000101011001111111011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36267C; }

 p { color: rgb(54,38,124); }

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

<style>
 a { background-color: #36267C; }

 a { background-color: rgb(54,38,124); }

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

<style>
 span { border-color: #36267C; }

 span { border-color: rgb(54,38,124); }

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