Html Css Color HEX #445D87 Chambray

📋 copy color: '#445D87'

red 68 ◦ green 93 ◦ blue 135

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

Shades of Chambray #445D87

Tints of Chambray #445D87

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

 BLUE value IS 135 (53.13% from 255) = 45.61%

R = 22.97%
G = 31.42%
B = 45.61%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#445D87 (or 0x445D87) is known color: Chambray. HEX triplet: 44, 5D and 87. RGB value is (68,93,135). Sum of RGB (Red+Green+Blue) = 68+93+135=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #445D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D87 is #BBA278. Grayscale: #5A5A5A. Windows color (decimal): -12296825 or 8871236. OLE color: 8871236.

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

Color convert

RGB 68 93 135 -
CMYK 0.50 0.31 0 0.47
HSL 217.61º 0.33% 0.4% -
HSV(B) 217.61º 0.5% 0.53% -
XYZ 10.67 10.81 24.45 -
YUV 90.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 68 93 135 0.50 0.31 0 0.47 217.61 0.33 0.4
Hex 44 5D 87 32 1F 0 2F DA 21 28
Octal 104 135 207 62 37 0 57 332 41 50
Binary 1000100 1011101 10000111 110010 11111 0 101111 11011010 100001 101000

Color Harmonies of #445D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D87

Black with #445D87

Text Example


Text Example

White with #445D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445D87; }

 p { color: rgb(68,93,135); }

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

background-color css

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

 a { background-color: rgb(68,93,135); }

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

border-color css

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

 span { border-color: rgb(68,93,135); }

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