Html Css Color HEX #44367B Windsor

📋 copy color: '#44367B'

red 68 ◦ green 54 ◦ blue 123

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

Shades of Windsor #44367B

Tints of Windsor #44367B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.2%

R = 27.76%
G = 22.04%
B = 50.2%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44367B (or 0x44367B) is known color: Windsor. HEX triplet: 44, 36 and 7B. RGB value is (68,54,123). Sum of RGB (Red+Green+Blue) = 68+54+123=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #44367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44367B is #BBC984. Grayscale: #414141. Windows color (decimal): -12306821 or 8074820. OLE color: 8074820.

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

Color convert

RGB 68 54 123 -
CMYK 0.45 0.56 0 0.52
HSL 252.17º 0.39% 0.35% -
HSV(B) 252.17º 0.56% 0.48% -
XYZ 7.28 5.3 19.38 -
YUV 66.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 68 54 123 0.45 0.56 0 0.52 252.17 0.39 0.35
Hex 44 36 7B 2D 38 0 34 FC 27 23
Octal 104 66 173 55 70 0 64 374 47 43
Binary 1000100 110110 1111011 101101 111000 0 110100 11111100 100111 100011

Color Harmonies of #44367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44367B

Black with #44367B

Text Example


Text Example

White with #44367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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