Html Css Color HEX #44347D Windsor

📋 copy color: '#44347D'

red 68 ◦ green 52 ◦ blue 125

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

Shades of Windsor #44347D

Tints of Windsor #44347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.02%

R = 27.76%
G = 21.22%
B = 51.02%

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

#44347D (or 0x44347D) is known color: Windsor. HEX triplet: 44, 34 and 7D. RGB value is (68,52,125). Sum of RGB (Red+Green+Blue) = 68+52+125=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #44347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44347D is #BBCB82. Grayscale: #404040. Windows color (decimal): -12307331 or 8205380. OLE color: 8205380.

HSL color Cylindrical-coordinate representation of color #44347D: hue angle of 253.15º 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 #44347D is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 52 125 -
CMYK 0.46 0.58 0 0.51
HSL 253.15º 0.41% 0.35% -
HSV(B) 253.15º 0.58% 0.49% -
XYZ 7.31 5.17 20.01 -
YUV 65.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 68 52 125 0.46 0.58 0 0.51 253.15 0.41 0.35
Hex 44 34 7D 2E 3A 0 33 FD 29 23
Octal 104 64 175 56 72 0 63 375 51 43
Binary 1000100 110100 1111101 101110 111010 0 110011 11111101 101001 100011

Color Harmonies of #44347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44347D

Black with #44347D

Text Example


Text Example

White with #44347D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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