#637378

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

Shades of Blue Bayoux #637378

Tints of Blue Bayoux #637378

Color information

#637378 (or 0x637378) is unknown color: approx Blue Bayoux. HEX triplet: 63, 73 and 78. RGB value is (99,115,120). Sum of RGB (Red+Green+Blue) = 99+115+120=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #637378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637378 is #9C8C87. Grayscale: #6E6E6E. Windows color (decimal): -10259592 or 7893859. OLE color: 7893859.

HSL color Cylindrical-coordinate representation of color #637378: hue angle of 194.29º degrees, saturation: 0.1, 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 #637378 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB99115120-
CMYK0.170.0400.53
HSL194.29º9.59%42.94%-
HSV(B)194.29º17.5%47.06%-
XYZ14.6716.2720.14-
YUV110.79133.2119.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.64%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=29.64%
G=34.43%
B=35.93%

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
Decimal991151200.170.0400.53194.299.5942.94
Hex637378114035c2a2b
Octal1431631702140653021253
Binary110001111100111111000100011000110101110000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637378; }

 p { color: rgb(99,115,120); }

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

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

 a { background-color: rgb(99,115,120); }

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

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

 span { border-color: rgb(99,115,120); }

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