#44238E

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

Shades of Windsor #44238E

Tints of Windsor #44238E

Color information

#44238E (or 0x44238E) is unknown color: approx Windsor. HEX triplet: 44, 23 and 8E. RGB value is (68,35,142). Sum of RGB (Red+Green+Blue) = 68+35+142=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #44238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44238E is #BBDC71. Grayscale: #383838. Windows color (decimal): -12311666 or 9315140. OLE color: 9315140.

HSL color Cylindrical-coordinate representation of color #44238E: hue angle of 258.5º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44238E is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6835142-
CMYK0.520.7500.44
HSL258.5º60.45%34.71%-
HSV(B)258.5º75.35%55.69%-
XYZ7.874.3826.02-
YUV57.06175.93135.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=27.76%
G=14.29%
B=57.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68351420.520.7500.44258.560.4534.71
Hex44238E344B02C1033c23
Octal10443216641130544037443
Binary10001001000111000111011010010010110101100100000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44238E; }

 p { color: rgb(68,35,142); }

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

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

 a { background-color: rgb(68,35,142); }

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

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

 span { border-color: rgb(68,35,142); }

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