Html Css Color HEX #443374 Windsor

📋 copy color: '#443374'

red 68 ◦ green 51 ◦ blue 116

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

Shades of Windsor #443374

Tints of Windsor #443374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 28.94%
G = 21.7%
B = 49.36%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#443374 (or 0x443374) is known color: Windsor. HEX triplet: 44, 33 and 74. RGB value is (68,51,116). Sum of RGB (Red+Green+Blue) = 68+51+116=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #443374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443374 is #BBCC8B. Grayscale: #3F3F3F. Windows color (decimal): -12307596 or 7615300. OLE color: 7615300.

HSL color Cylindrical-coordinate representation of color #443374: hue angle of 255.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443374 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 51 116 -
CMYK 0.41 0.56 0 0.55
HSL 255.69º 0.39% 0.33% -
HSV(B) 255.69º 0.56% 0.45% -
XYZ 6.72 4.86 17.11 -
YUV 63.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 68 51 116 0.41 0.56 0 0.55 255.69 0.39 0.33
Hex 44 33 74 29 38 0 37 100 27 21
Octal 104 63 164 51 70 0 67 400 47 41
Binary 1000100 110011 1110100 101001 111000 0 110111 100000000 100111 100001

Color Harmonies of #443374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443374

Black with #443374

Text Example


Text Example

White with #443374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443374; }

 p { color: rgb(68,51,116); }

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

background-color css

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

 a { background-color: rgb(68,51,116); }

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

border-color css

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

 span { border-color: rgb(68,51,116); }

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