Html Css Color HEX #445580 Chambray

📋 copy color: '#445580'

red 68 ◦ green 85 ◦ blue 128

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

Shades of Chambray #445580

Tints of Chambray #445580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 24.2%
G = 30.25%
B = 45.55%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#445580 (or 0x445580) is known color: Chambray. HEX triplet: 44, 55 and 80. RGB value is (68,85,128). Sum of RGB (Red+Green+Blue) = 68+85+128=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #445580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445580 is #BBAA7F. Grayscale: #545454. Windows color (decimal): -12298880 or 8410436. OLE color: 8410436.

HSL color Cylindrical-coordinate representation of color #445580: hue angle of 223º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445580 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 85 128 -
CMYK 0.47 0.34 0 0.50
HSL 223º 0.31% 0.38% -
HSV(B) 223º 0.47% 0.5% -
XYZ 9.53 9.28 21.71 -
YUV 84.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 68 85 128 0.47 0.34 0 0.50 223 0.31 0.38
Hex 44 55 80 2F 22 0 32 DF 1F 26
Octal 104 125 200 57 42 0 62 337 37 46
Binary 1000100 1010101 10000000 101111 100010 0 110010 11011111 11111 100110

Color Harmonies of #445580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445580

Black with #445580

Text Example


Text Example

White with #445580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445580; }

 p { color: rgb(68,85,128); }

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

background-color css

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

 a { background-color: rgb(68,85,128); }

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

border-color css

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

 span { border-color: rgb(68,85,128); }

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