Html Css Color HEX #246085 Bahama Blue

📋 copy color: '#246085'

red 36 ◦ green 96 ◦ blue 133

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

Shades of Bahama Blue #246085

Tints of Bahama Blue #246085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 13.58%
G = 36.23%
B = 50.19%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246085 (or 0x246085) is known color: Bahama Blue. HEX triplet: 24, 60 and 85. RGB value is (36,96,133). Sum of RGB (Red+Green+Blue) = 36+96+133=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #246085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246085 is #DB9F7A. Grayscale: #525252. Windows color (decimal): -14393211 or 8740900. OLE color: 8740900.

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

Color convert

RGB 36 96 133 -
CMYK 0.73 0.28 0 0.48
HSL 202.89º 0.57% 0.33% -
HSV(B) 202.89º 0.73% 0.52% -
XYZ 9.14 10.43 23.72 -
YUV 82.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 36 96 133 0.73 0.28 0 0.48 202.89 0.57 0.33
Hex 24 60 85 49 1C 0 30 CB 39 21
Octal 44 140 205 111 34 0 60 313 71 41
Binary 100100 1100000 10000101 1001001 11100 0 110000 11001011 111001 100001

Color Harmonies of #246085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246085

Black with #246085

Text Example


Text Example

White with #246085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246085; }

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

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

background-color css

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

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

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

border-color css

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

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

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