Html Css Color HEX #44577D Chambray

📋 copy color: '#44577D'

red 68 ◦ green 87 ◦ blue 125

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

Shades of Chambray #44577D

Tints of Chambray #44577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.07%

 BLUE value IS 125 (49.22% from 255) = 44.64%

R = 24.29%
G = 31.07%
B = 44.64%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44577D (or 0x44577D) is known color: Chambray. HEX triplet: 44, 57 and 7D. RGB value is (68,87,125). Sum of RGB (Red+Green+Blue) = 68+87+125=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #44577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44577D is #BBA882. Grayscale: #555555. Windows color (decimal): -12298371 or 8214340. OLE color: 8214340.

HSL color Cylindrical-coordinate representation of color #44577D: hue angle of 220º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44577D is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 87 125 -
CMYK 0.46 0.30 0 0.51
HSL 220º 0.3% 0.38% -
HSV(B) 220º 0.46% 0.49% -
XYZ 9.49 9.53 20.74 -
YUV 85.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 68 87 125 0.46 0.30 0 0.51 220 0.3 0.38
Hex 44 57 7D 2E 1E 0 33 DC 1E 26
Octal 104 127 175 56 36 0 63 334 36 46
Binary 1000100 1010111 1111101 101110 11110 0 110011 11011100 11110 100110

Color Harmonies of #44577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44577D

Black with #44577D

Text Example


Text Example

White with #44577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44577D; }

 p { color: rgb(68,87,125); }

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

background-color css

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

 a { background-color: rgb(68,87,125); }

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

border-color css

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

 span { border-color: rgb(68,87,125); }

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