#244F7F

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

Shades of Bahama Blue #244F7F

Tints of Bahama Blue #244F7F

Color information

#244F7F (or 0x244F7F) is unknown color: approx Bahama Blue. HEX triplet: 24, 4F and 7F. RGB value is (36,79,127). Sum of RGB (Red+Green+Blue) = 36+79+127=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #244F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F7F is #DBB080. Grayscale: #474747. Windows color (decimal): -14397569 or 8343332. OLE color: 8343332.

HSL color Cylindrical-coordinate representation of color #244F7F: hue angle of 211.65º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #244F7F is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3679127-
CMYK0.720.3800.50
HSL211.65º55.83%31.96%-
HSV(B)211.65º71.65%49.8%-
XYZ7.357.521.14-
YUV71.61159.25102.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 127 (50% from 255) = 52.48%
R=14.88%
G=32.64%
B=52.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36791270.720.3800.50211.6555.8331.96
Hex244F7F4826032d43820
Octal44117177110460623247040
Binary100100100111111111111001000100110011001011010100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244F7F; }

 p { color: rgb(36,79,127); }

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

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

 a { background-color: rgb(36,79,127); }

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

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

 span { border-color: rgb(36,79,127); }

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