Html Css Color HEX #445681 Chambray

📋 copy color: '#445681'

red 68 ◦ green 86 ◦ blue 129

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

Shades of Chambray #445681

Tints of Chambray #445681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 24.03%
G = 30.39%
B = 45.58%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445681 (or 0x445681) is known color: Chambray. HEX triplet: 44, 56 and 81. RGB value is (68,86,129). Sum of RGB (Red+Green+Blue) = 68+86+129=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #445681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445681 is #BBA97E. Grayscale: #555555. Windows color (decimal): -12298623 or 8476228. OLE color: 8476228.

HSL color Cylindrical-coordinate representation of color #445681: hue angle of 222.3º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445681 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 86 129 -
CMYK 0.47 0.33 0 0.49
HSL 222.3º 0.31% 0.39% -
HSV(B) 222.3º 0.47% 0.51% -
XYZ 9.67 9.47 22.09 -
YUV 85.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 68 86 129 0.47 0.33 0 0.49 222.3 0.31 0.39
Hex 44 56 81 2F 21 0 31 DE 1F 27
Octal 104 126 201 57 41 0 61 336 37 47
Binary 1000100 1010110 10000001 101111 100001 0 110001 11011110 11111 100111

Color Harmonies of #445681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445681

Black with #445681

Text Example


Text Example

White with #445681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445681; }

 p { color: rgb(68,86,129); }

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

background-color css

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

 a { background-color: rgb(68,86,129); }

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

border-color css

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

 span { border-color: rgb(68,86,129); }

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