#362A7C

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

Shades of Windsor #362A7C

Tints of Windsor #362A7C

Color information

#362A7C (or 0x362A7C) is unknown color: approx Windsor. HEX triplet: 36, 2A and 7C. RGB value is (54,42,124). Sum of RGB (Red+Green+Blue) = 54+42+124=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #362A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362A7C is #C9D583. Grayscale: #363636. Windows color (decimal): -13227396 or 8137270. OLE color: 8137270.

HSL color Cylindrical-coordinate representation of color #362A7C: hue angle of 248.78º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #362A7C is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5442124-
CMYK0.560.6600.51
HSL248.78º49.4%32.55%-
HSV(B)248.78º66.13%48.63%-
XYZ5.993.919.51-
YUV54.94166.98127.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=24.55%
G=19.09%
B=56.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54421240.560.6600.51248.7849.432.55
Hex362A7C3842033f93121
Octal6652174701020633716141
Binary11011010101011111001110001000010011001111111001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A7C; }

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

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

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

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

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

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

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

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