#444DA3

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

Shades of Governor Bay #444DA3

Tints of Governor Bay #444DA3

Color information

#444DA3 (or 0x444DA3) is unknown color: approx Governor Bay. HEX triplet: 44, 4D and A3. RGB value is (68,77,163). Sum of RGB (Red+Green+Blue) = 68+77+163=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #444DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444DA3 is #BBB25C. Grayscale: #535353. Windows color (decimal): -12300893 or 10702148. OLE color: 10702148.

HSL color Cylindrical-coordinate representation of color #444DA3: hue angle of 234.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444DA3 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6877163-
CMYK0.580.5300.36
HSL234.32º41.13%45.29%-
HSV(B)234.32º58.28%63.92%-
XYZ11.659.1835.81-
YUV84.11172.52116.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 163 (64.06% from 255) = 52.92%
R=22.08%
G=25%
B=52.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68771630.580.5300.36234.3241.1345.29
Hex444DA33A35024ea292d
Octal10411524372650443525155
Binary1000100100110110100011111010110101010010011101010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444DA3; }

 p { color: rgb(68,77,163); }

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

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

 a { background-color: rgb(68,77,163); }

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

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

 span { border-color: rgb(68,77,163); }

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