Html Css Color HEX #44307C Windsor

📋 copy color: '#44307C'

red 68 ◦ green 48 ◦ blue 124

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

Shades of Windsor #44307C

Tints of Windsor #44307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 28.33%
G = 20%
B = 51.67%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44307C (or 0x44307C) is known color: Windsor. HEX triplet: 44, 30 and 7C. RGB value is (68,48,124). Sum of RGB (Red+Green+Blue) = 68+48+124=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #44307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44307C is #BBCF83. Grayscale: #3E3E3E. Windows color (decimal): -12308356 or 8138820. OLE color: 8138820.

HSL color Cylindrical-coordinate representation of color #44307C: hue angle of 255.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44307C is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 48 124 -
CMYK 0.45 0.61 0 0.51
HSL 255.79º 0.44% 0.34% -
HSV(B) 255.79º 0.61% 0.49% -
XYZ 7.08 4.8 19.62 -
YUV 62.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 68 48 124 0.45 0.61 0 0.51 255.79 0.44 0.34
Hex 44 30 7C 2D 3D 0 33 100 2C 22
Octal 104 60 174 55 75 0 63 400 54 42
Binary 1000100 110000 1111100 101101 111101 0 110011 100000000 101100 100010

Color Harmonies of #44307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44307C

Black with #44307C

Text Example


Text Example

White with #44307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44307C; }

 p { color: rgb(68,48,124); }

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

background-color css

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

 a { background-color: rgb(68,48,124); }

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

border-color css

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

 span { border-color: rgb(68,48,124); }

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