#245E7F

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

Shades of Bahama Blue #245E7F

Tints of Bahama Blue #245E7F

Color information

#245E7F (or 0x245E7F) is unknown color: approx Bahama Blue. HEX triplet: 24, 5E and 7F. RGB value is (36,94,127). Sum of RGB (Red+Green+Blue) = 36+94+127=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #245E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E7F is #DBA180. Grayscale: #505050. Windows color (decimal): -14393729 or 8347172. OLE color: 8347172.

HSL color Cylindrical-coordinate representation of color #245E7F: hue angle of 201.76º 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 #245E7F is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3694127-
CMYK0.720.2600.50
HSL201.76º55.83%31.96%-
HSV(B)201.76º71.65%49.8%-
XYZ8.569.9121.54-
YUV80.42154.2896.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 127 (50% from 255) = 49.42%
R=14.01%
G=36.58%
B=49.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36941270.720.2600.50201.7655.8331.96
Hex245E7F481A032ca3820
Octal44136177110320623127040
Binary10010010111101111111100100011010011001011001010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245E7F; }

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

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

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

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

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

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

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

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