Html Css Color HEX #44367C Windsor

📋 copy color: '#44367C'

red 68 ◦ green 54 ◦ blue 124

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

Shades of Windsor #44367C

Tints of Windsor #44367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

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

R = 27.64%
G = 21.95%
B = 50.41%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44367C (or 0x44367C) is known color: Windsor. HEX triplet: 44, 36 and 7C. RGB value is (68,54,124). Sum of RGB (Red+Green+Blue) = 68+54+124=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #44367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44367C is #BBC983. Grayscale: #414141. Windows color (decimal): -12306820 or 8140356. OLE color: 8140356.

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

Color convert

RGB 68 54 124 -
CMYK 0.45 0.56 0 0.51
HSL 252º 0.39% 0.35% -
HSV(B) 252º 0.56% 0.49% -
XYZ 7.34 5.32 19.71 -
YUV 66.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 68 54 124 0.45 0.56 0 0.51 252 0.39 0.35
Hex 44 36 7C 2D 38 0 33 FC 27 23
Octal 104 66 174 55 70 0 63 374 47 43
Binary 1000100 110110 1111100 101101 111000 0 110011 11111100 100111 100011

Color Harmonies of #44367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44367C

Black with #44367C

Text Example


Text Example

White with #44367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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