Html Css Color HEX #44357E Windsor

📋 copy color: '#44357E'

red 68 ◦ green 53 ◦ blue 126

#44357E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #44357E

Tints of Windsor #44357E

RGB

 RED value IS 68 (26.95% from 255) = 27.53%

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 126 (49.61% from 255) = 51.01%

R = 27.53%
G = 21.46%
B = 51.01%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44357E (or 0x44357E) is known color: Windsor. HEX triplet: 44, 35 and 7E. RGB value is (68,53,126). Sum of RGB (Red+Green+Blue) = 68+53+126=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #44357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44357E is #BBCA81. Grayscale: #414141. Windows color (decimal): -12307074 or 8271172. OLE color: 8271172.

HSL color Cylindrical-coordinate representation of color #44357E: hue angle of 252.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44357E is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 53 126 -
CMYK 0.46 0.58 0 0.51
HSL 252.33º 0.41% 0.35% -
HSV(B) 252.33º 0.58% 0.49% -
XYZ 7.42 5.28 20.37 -
YUV 65.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 68 53 126 0.46 0.58 0 0.51 252.33 0.41 0.35
Hex 44 35 7E 2E 3A 0 33 FC 29 23
Octal 104 65 176 56 72 0 63 374 51 43
Binary 1000100 110101 1111110 101110 111010 0 110011 11111100 101001 100011

Color Harmonies of #44357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44357E

Black with #44357E

Text Example


Text Example

White with #44357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,53,126); }

 H1.HeaderClassName
 {
   color: #44357E;
 }
 .AnyTagClassName
 {
   color: #44357E;
 }
</style>

background-color css

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

 a { background-color: rgb(68,53,126); }

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

border-color css

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

 span { border-color: rgb(68,53,126); }

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