#362885

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

Shades of Windsor #362885

Tints of Windsor #362885

Color information

#362885 (or 0x362885) is unknown color: approx Windsor. HEX triplet: 36, 28 and 85. RGB value is (54,40,133). Sum of RGB (Red+Green+Blue) = 54+40+133=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #362885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362885 is #C9D77A. Grayscale: #363636. Windows color (decimal): -13227899 or 8726582. OLE color: 8726582.

HSL color Cylindrical-coordinate representation of color #362885: hue angle of 249.03º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362885 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5440133-
CMYK0.590.7000.48
HSL249.03º53.76%33.92%-
HSV(B)249.03º69.92%52.16%-
XYZ6.51422.62-
YUV54.79172.14127.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=23.79%
G=17.62%
B=58.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54401330.590.7000.48249.0353.7633.92
Hex3628853B46030f93622
Octal6650205731060603716642
Binary110110101000100001011110111000110011000011111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362885; }

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

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

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

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

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

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

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

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