#637277

Color #637277 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #637277

Tints of Blue Bayoux #637277

Color information

#637277 (or 0x637277) is unknown color: approx Blue Bayoux. HEX triplet: 63, 72 and 77. RGB value is (99,114,119). Sum of RGB (Red+Green+Blue) = 99+114+119=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #637277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637277 is #9C8D88. Grayscale: #6E6E6E. Windows color (decimal): -10259849 or 7828067. OLE color: 7828067.

HSL color Cylindrical-coordinate representation of color #637277: hue angle of 195º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #637277 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB99114119-
CMYK0.170.0400.53
HSL195º9.17%42.75%-
HSV(B)195º16.81%46.67%-
XYZ14.4916.0219.78-
YUV110.08133.03120.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.82%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=29.82%
G=34.34%
B=35.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991141190.170.0400.531959.1742.75
Hex637277114035c392b
Octal1431621672140653031153
Binary110001111100101110111100011000110101110000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637277; }

 p { color: rgb(99,114,119); }

 H1.HeaderClassName
 {
   color: #637277;
 }
 .AnyTagClassName
 {
   color: #637277;
 }
</style>
background-color css

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

 a { background-color: rgb(99,114,119); }

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

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

 span { border-color: rgb(99,114,119); }

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