Html Css Color HEX #44347E Windsor

📋 copy color: '#44347E'

red 68 ◦ green 52 ◦ blue 126

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

Shades of Windsor #44347E

Tints of Windsor #44347E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

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

R = 27.64%
G = 21.14%
B = 51.22%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44347E (or 0x44347E) is known color: Windsor. HEX triplet: 44, 34 and 7E. RGB value is (68,52,126). Sum of RGB (Red+Green+Blue) = 68+52+126=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #44347E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44347E is #BBCB81. Grayscale: #404040. Windows color (decimal): -12307330 or 8270916. OLE color: 8270916.

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

Color convert

RGB 68 52 126 -
CMYK 0.46 0.59 0 0.51
HSL 252.97º 0.42% 0.35% -
HSV(B) 252.97º 0.59% 0.49% -
XYZ 7.38 5.19 20.35 -
YUV 65.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 68 52 126 0.46 0.59 0 0.51 252.97 0.42 0.35
Hex 44 34 7E 2E 3B 0 33 FD 2A 23
Octal 104 64 176 56 73 0 63 375 52 43
Binary 1000100 110100 1111110 101110 111011 0 110011 11111101 101010 100011

Color Harmonies of #44347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44347E

Black with #44347E

Text Example


Text Example

White with #44347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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