#44559B

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

Shades of Governor Bay #44559B

Tints of Governor Bay #44559B

Color information

#44559B (or 0x44559B) is unknown color: approx Governor Bay. HEX triplet: 44, 55 and 9B. RGB value is (68,85,155). Sum of RGB (Red+Green+Blue) = 68+85+155=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #44559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44559B is #BBAA64. Grayscale: #575757. Windows color (decimal): -12298853 or 10179908. OLE color: 10179908.

HSL color Cylindrical-coordinate representation of color #44559B: hue angle of 228.28º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44559B is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6885155-
CMYK0.560.4500.39
HSL228.28º39.01%43.73%-
HSV(B)228.28º56.13%60.78%-
XYZ11.5510.0932.35-
YUV87.9165.87113.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=22.08%
G=27.60%
B=50.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68851550.560.4500.39228.2839.0143.73
Hex44559B382D027e4272c
Octal10412523370550473444754
Binary1000100101010110011011111000101101010011111100100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44559B; }

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

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

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

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

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

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

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

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