#445598

Color #445598 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #445598

Tints of Governor Bay #445598

Color information

#445598 (or 0x445598) is unknown color: approx Governor Bay. HEX triplet: 44, 55 and 98. RGB value is (68,85,152). Sum of RGB (Red+Green+Blue) = 68+85+152=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #445598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445598 is #BBAA67. Grayscale: #575757. Windows color (decimal): -12298856 or 9983300. OLE color: 9983300.

HSL color Cylindrical-coordinate representation of color #445598: hue angle of 227.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445598 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6885152-
CMYK0.550.4400.40
HSL227.86º38.18%43.14%-
HSV(B)227.86º55.26%59.61%-
XYZ11.39.9931.04-
YUV87.56164.37114.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=22.30%
G=27.87%
B=49.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68851520.550.4400.40227.8638.1843.14
Hex445598372C028e4262b
Octal10412523067540503444653
Binary1000100101010110011000110111101100010100011100100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445598; }

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

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

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

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

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

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

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

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