Html Css Color HEX #246185 Bahama Blue

📋 copy color: '#246185'

red 36 ◦ green 97 ◦ blue 133

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

Shades of Bahama Blue #246185

Tints of Bahama Blue #246185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

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

R = 13.53%
G = 36.47%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246185 (or 0x246185) is known color: Bahama Blue. HEX triplet: 24, 61 and 85. RGB value is (36,97,133). Sum of RGB (Red+Green+Blue) = 36+97+133=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #246185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246185 is #DB9E7A. Grayscale: #525252. Windows color (decimal): -14392955 or 8741156. OLE color: 8741156.

HSL color Cylindrical-coordinate representation of color #246185: hue angle of 202.27º 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 #246185 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 97 133 -
CMYK 0.73 0.27 0 0.48
HSL 202.27º 0.57% 0.33% -
HSV(B) 202.27º 0.73% 0.52% -
XYZ 9.24 10.62 23.75 -
YUV 82.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 36 97 133 0.73 0.27 0 0.48 202.27 0.57 0.33
Hex 24 61 85 49 1B 0 30 CA 39 21
Octal 44 141 205 111 33 0 60 312 71 41
Binary 100100 1100001 10000101 1001001 11011 0 110000 11001010 111001 100001

Color Harmonies of #246185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246185

Black with #246185

Text Example


Text Example

White with #246185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246185; }

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

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

background-color css

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

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

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

border-color css

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

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

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