Html Css Color HEX #246086 Bahama Blue

📋 copy color: '#246086'

red 36 ◦ green 96 ◦ blue 134

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

Shades of Bahama Blue #246086

Tints of Bahama Blue #246086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 50.38%

R = 13.53%
G = 36.09%
B = 50.38%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#246086 (or 0x246086) is known color: Bahama Blue. HEX triplet: 24, 60 and 86. RGB value is (36,96,134). Sum of RGB (Red+Green+Blue) = 36+96+134=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #246086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246086 is #DB9F79. Grayscale: #525252. Windows color (decimal): -14393210 or 8806436. OLE color: 8806436.

HSL color Cylindrical-coordinate representation of color #246086: hue angle of 203.27º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246086 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 96 134 -
CMYK 0.73 0.28 0 0.47
HSL 203.27º 0.58% 0.33% -
HSV(B) 203.27º 0.73% 0.53% -
XYZ 9.21 10.46 24.09 -
YUV 82.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 36 96 134 0.73 0.28 0 0.47 203.27 0.58 0.33
Hex 24 60 86 49 1C 0 2F CB 3A 21
Octal 44 140 206 111 34 0 57 313 72 41
Binary 100100 1100000 10000110 1001001 11100 0 101111 11001011 111010 100001

Color Harmonies of #246086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246086

Black with #246086

Text Example


Text Example

White with #246086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246086; }

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

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

background-color css

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

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

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

border-color css

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

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

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