#245F7F

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

Shades of Bahama Blue #245F7F

Tints of Bahama Blue #245F7F

Color information

#245F7F (or 0x245F7F) is unknown color: approx Bahama Blue. HEX triplet: 24, 5F and 7F. RGB value is (36,95,127). Sum of RGB (Red+Green+Blue) = 36+95+127=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #245F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F7F is #DBA080. Grayscale: #505050. Windows color (decimal): -14393473 or 8347428. OLE color: 8347428.

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

Color convert

RGB3695127-
CMYK0.720.2500.50
HSL201.1º55.83%31.96%-
HSV(B)201.1º71.65%49.8%-
XYZ8.6510.0921.57-
YUV81.01153.9595.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 127 (50% from 255) = 49.22%
R=13.95%
G=36.82%
B=49.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal36951270.720.2500.50201.155.8331.96
Hex245F7F4819032c93820
Octal44137177110310623117040
Binary10010010111111111111100100011001011001011001001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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