#44288B

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

Shades of Windsor #44288B

Tints of Windsor #44288B

Color information

#44288B (or 0x44288B) is unknown color: approx Windsor. HEX triplet: 44, 28 and 8B. RGB value is (68,40,139). Sum of RGB (Red+Green+Blue) = 68+40+139=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #44288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44288B is #BBD774. Grayscale: #3B3B3B. Windows color (decimal): -12310389 or 9119812. OLE color: 9119812.

HSL color Cylindrical-coordinate representation of color #44288B: hue angle of 256.97º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44288B is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6840139-
CMYK0.510.7100.45
HSL256.97º55.31%35.1%-
HSV(B)256.97º71.22%54.51%-
XYZ7.84.6124.9-
YUV59.66172.78133.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=27.53%
G=16.19%
B=56.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68401390.510.7100.45256.9755.3135.1
Hex44288B334702D1013723
Octal10450213631070554016743
Binary10001001010001000101111001110001110101101100000001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44288B; }

 p { color: rgb(68,40,139); }

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

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

 a { background-color: rgb(68,40,139); }

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

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

 span { border-color: rgb(68,40,139); }

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