Html Css Color HEX #44557B Chambray

📋 copy color: '#44557B'

red 68 ◦ green 85 ◦ blue 123

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

Shades of Chambray #44557B

Tints of Chambray #44557B

RGB

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

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

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

R = 24.64%
G = 30.8%
B = 44.57%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44557B (or 0x44557B) is known color: Chambray. HEX triplet: 44, 55 and 7B. RGB value is (68,85,123). Sum of RGB (Red+Green+Blue) = 68+85+123=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #44557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44557B is #BBAA84. Grayscale: #545454. Windows color (decimal): -12298885 or 8082756. OLE color: 8082756.

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

Color convert

RGB 68 85 123 -
CMYK 0.45 0.31 0 0.52
HSL 221.45º 0.29% 0.37% -
HSV(B) 221.45º 0.45% 0.48% -
XYZ 9.21 9.16 20.02 -
YUV 84.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 68 85 123 0.45 0.31 0 0.52 221.45 0.29 0.37
Hex 44 55 7B 2D 1F 0 34 DD 1D 25
Octal 104 125 173 55 37 0 64 335 35 45
Binary 1000100 1010101 1111011 101101 11111 0 110100 11011101 11101 100101

Color Harmonies of #44557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44557B

Black with #44557B

Text Example


Text Example

White with #44557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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