#246484

Color #246484 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #246484

Tints of Bahama Blue #246484

Color information

#246484 (or 0x246484) is unknown color: approx Bahama Blue. HEX triplet: 24, 64 and 84. RGB value is (36,100,132). Sum of RGB (Red+Green+Blue) = 36+100+132=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #246484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246484 is #DB9B7B. Grayscale: #545454. Windows color (decimal): -14392188 or 8676388. OLE color: 8676388.

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

Color convert

RGB36100132-
CMYK0.730.2400.48
HSL200º57.14%32.94%-
HSV(B)200º72.73%51.76%-
XYZ9.4511.1623.48-
YUV84.51154.893.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.43%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=13.43%
G=37.31%
B=49.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361001320.730.2400.4820057.1432.94
Hex2464844918030c83921
Octal44144204111300603107141
Binary100100110010010000100100100111000011000011001000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246484; }

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

 H1.HeaderClassName
 {
   color: #246484;
 }
 .AnyTagClassName
 {
   color: #246484;
 }
</style>
background-color css

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

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

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

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

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

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