#296282

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

Shades of Bahama Blue #296282

Tints of Bahama Blue #296282

Color information

#296282 (or 0x296282) is unknown color: approx Bahama Blue. HEX triplet: 29, 62 and 82. RGB value is (41,98,130). Sum of RGB (Red+Green+Blue) = 41+98+130=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #296282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296282 is #D69D7D. Grayscale: #545454. Windows color (decimal): -14065022 or 8544809. OLE color: 8544809.

HSL color Cylindrical-coordinate representation of color #296282: hue angle of 201.57º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296282 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4198130-
CMYK0.680.2500.49
HSL201.57º52.05%33.53%-
HSV(B)201.57º68.46%50.98%-
XYZ9.3110.8222.72-
YUV84.6153.6296.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=15.24%
G=36.43%
B=48.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41981300.680.2500.49201.5752.0533.53
Hex2962824419031ca3422
Octal51142202104310613126442
Binary101001110001010000010100010011001011000111001010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296282; }

 p { color: rgb(41,98,130); }

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

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

 a { background-color: rgb(41,98,130); }

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

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

 span { border-color: rgb(41,98,130); }

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