#44307C

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

Shades of Windsor #44307C

Tints of Windsor #44307C

Color information

#44307C (or 0x44307C) is unknown color: approx Windsor. HEX triplet: 44, 30 and 7C. RGB value is (68,48,124). Sum of RGB (Red+Green+Blue) = 68+48+124=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #44307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44307C is #BBCF83. Grayscale: #3E3E3E. Windows color (decimal): -12308356 or 8138820. OLE color: 8138820.

HSL color Cylindrical-coordinate representation of color #44307C: hue angle of 255.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44307C is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6848124-
CMYK0.450.6100.51
HSL255.79º44.19%33.73%-
HSV(B)255.79º61.29%48.63%-
XYZ7.084.819.62-
YUV62.64162.63131.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=28.33%
G=20%
B=51.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68481240.450.6100.51255.7944.1933.73
Hex44307C2D3D0331002c22
Octal1046017455750634005442
Binary100010011000011111001011011111010110011100000000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,48,124); }

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

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

 a { background-color: rgb(68,48,124); }

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

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

 span { border-color: rgb(68,48,124); }

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