Html Css Color HEX #445F85 Chambray

📋 copy color: '#445F85'

red 68 ◦ green 95 ◦ blue 133

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

Shades of Chambray #445F85

Tints of Chambray #445F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 133 (52.34% from 255) = 44.93%

R = 22.97%
G = 32.09%
B = 44.93%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#445F85 (or 0x445F85) is known color: Chambray. HEX triplet: 44, 5F and 85. RGB value is (68,95,133). Sum of RGB (Red+Green+Blue) = 68+95+133=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #445F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F85 is #BBA07A. Grayscale: #5B5B5B. Windows color (decimal): -12296315 or 8740676. OLE color: 8740676.

HSL color Cylindrical-coordinate representation of color #445F85: hue angle of 215.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #445F85 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 95 133 -
CMYK 0.49 0.29 0 0.48
HSL 215.08º 0.32% 0.39% -
HSV(B) 215.08º 0.49% 0.52% -
XYZ 10.71 11.11 23.77 -
YUV 91.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 68 95 133 0.49 0.29 0 0.48 215.08 0.32 0.39
Hex 44 5F 85 31 1D 0 30 D7 20 27
Octal 104 137 205 61 35 0 60 327 40 47
Binary 1000100 1011111 10000101 110001 11101 0 110000 11010111 100000 100111

Color Harmonies of #445F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F85

Black with #445F85

Text Example


Text Example

White with #445F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,95,133); }

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

background-color css

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

 a { background-color: rgb(68,95,133); }

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

border-color css

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

 span { border-color: rgb(68,95,133); }

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