#246289

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

Shades of Bahama Blue #246289

Tints of Bahama Blue #246289

Color information

#246289 (or 0x246289) is unknown color: approx Bahama Blue. HEX triplet: 24, 62 and 89. RGB value is (36,98,137). Sum of RGB (Red+Green+Blue) = 36+98+137=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #246289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246289 is #DB9D76. Grayscale: #535353. Windows color (decimal): -14392695 or 9003556. OLE color: 9003556.

HSL color Cylindrical-coordinate representation of color #246289: hue angle of 203.17º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #246289 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3698137-
CMYK0.740.2800.46
HSL203.17º58.38%33.92%-
HSV(B)203.17º73.72%53.73%-
XYZ9.6110.9225.27-
YUV83.91157.9693.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 137 (53.91% from 255) = 50.55%
R=13.28%
G=36.16%
B=50.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36981370.740.2800.46203.1758.3833.92
Hex2462894A1C02Ecb3a22
Octal44142211112340563137242
Binary100100110001010001001100101011100010111011001011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246289; }

 p { color: rgb(36,98,137); }

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

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

 a { background-color: rgb(36,98,137); }

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

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

 span { border-color: rgb(36,98,137); }

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