Html Css Color HEX #246089 Bahama Blue

📋 copy color: '#246089'

red 36 ◦ green 96 ◦ blue 137

#246089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #246089

Tints of Bahama Blue #246089

RGB

 RED value IS 36 (14.45% from 255) = 13.38%

 GREEN value IS 96 (37.89% from 255) = 35.69%

 BLUE value IS 137 (53.91% from 255) = 50.93%

R = 13.38%
G = 35.69%
B = 50.93%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#246089 (or 0x246089) is known color: Bahama Blue. HEX triplet: 24, 60 and 89. RGB value is (36,96,137). Sum of RGB (Red+Green+Blue) = 36+96+137=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #246089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246089 is #DB9F76. Grayscale: #525252. Windows color (decimal): -14393207 or 9003044. OLE color: 9003044.

HSL color Cylindrical-coordinate representation of color #246089: hue angle of 204.36º 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 #246089 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 96 137 -
CMYK 0.74 0.30 0 0.46
HSL 204.36º 0.58% 0.34% -
HSV(B) 204.36º 0.74% 0.54% -
XYZ 9.43 10.55 25.21 -
YUV 82.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 36 96 137 0.74 0.30 0 0.46 204.36 0.58 0.34
Hex 24 60 89 4A 1E 0 2E CC 3A 22
Octal 44 140 211 112 36 0 56 314 72 42
Binary 100100 1100000 10001001 1001010 11110 0 101110 11001100 111010 100010

Color Harmonies of #246089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246089

Black with #246089

Text Example


Text Example

White with #246089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246089; }

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

 H1.HeaderClassName
 {
   color: #246089;
 }
 .AnyTagClassName
 {
   color: #246089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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