#36297A

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

Shades of Windsor #36297A

Tints of Windsor #36297A

Color information

#36297A (or 0x36297A) is unknown color: approx Windsor. HEX triplet: 36, 29 and 7A. RGB value is (54,41,122). Sum of RGB (Red+Green+Blue) = 54+41+122=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #36297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36297A is #C9D685. Grayscale: #353535. Windows color (decimal): -13227654 or 8005942. OLE color: 8005942.

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

Color convert

RGB5441122-
CMYK0.560.6600.52
HSL249.63º49.69%31.96%-
HSV(B)249.63º66.39%47.84%-
XYZ5.833.7818.83-
YUV54.12166.31127.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=24.88%
G=18.89%
B=56.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54411220.560.6600.52249.6349.6931.96
Hex36297A3842034fa3220
Octal6651172701020643726240
Binary11011010100111110101110001000010011010011111010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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