Html Css Color HEX #246485 Bahama Blue

📋 copy color: '#246485'

red 36 ◦ green 100 ◦ blue 133

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

Shades of Bahama Blue #246485

Tints of Bahama Blue #246485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

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

R = 13.38%
G = 37.17%
B = 49.44%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#246485 (or 0x246485) is known color: Bahama Blue. HEX triplet: 24, 64 and 85. RGB value is (36,100,133). Sum of RGB (Red+Green+Blue) = 36+100+133=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #246485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246485 is #DB9B7A. Grayscale: #545454. Windows color (decimal): -14392187 or 8741924. OLE color: 8741924.

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

Color convert

RGB 36 100 133 -
CMYK 0.73 0.25 0 0.48
HSL 200.41º 0.57% 0.33% -
HSV(B) 200.41º 0.73% 0.52% -
XYZ 9.52 11.18 23.85 -
YUV 84.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 36 100 133 0.73 0.25 0 0.48 200.41 0.57 0.33
Hex 24 64 85 49 19 0 30 C8 39 21
Octal 44 144 205 111 31 0 60 310 71 41
Binary 100100 1100100 10000101 1001001 11001 0 110000 11001000 111001 100001

Color Harmonies of #246485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246485

Black with #246485

Text Example


Text Example

White with #246485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246485; }

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

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

background-color css

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

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

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

border-color css

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

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

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