Html Css Color HEX #44347F Windsor

📋 copy color: '#44347F'

red 68 ◦ green 52 ◦ blue 127

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

Shades of Windsor #44347F

Tints of Windsor #44347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.42%

R = 27.53%
G = 21.05%
B = 51.42%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44347F (or 0x44347F) is known color: Windsor. HEX triplet: 44, 34 and 7F. RGB value is (68,52,127). Sum of RGB (Red+Green+Blue) = 68+52+127=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #44347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44347F is #BBCB80. Grayscale: #414141. Windows color (decimal): -12307329 or 8336452. OLE color: 8336452.

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

Color convert

RGB 68 52 127 -
CMYK 0.46 0.59 0 0.50
HSL 252.8º 0.42% 0.35% -
HSV(B) 252.8º 0.59% 0.5% -
XYZ 7.44 5.22 20.69 -
YUV 65.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 68 52 127 0.46 0.59 0 0.50 252.8 0.42 0.35
Hex 44 34 7F 2E 3B 0 32 FD 2A 23
Octal 104 64 177 56 73 0 62 375 52 43
Binary 1000100 110100 1111111 101110 111011 0 110010 11111101 101010 100011

Color Harmonies of #44347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44347F

Black with #44347F

Text Example


Text Example

White with #44347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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