Html Css Color HEX #296484 Bahama Blue

📋 copy color: '#296484'

red 41 ◦ green 100 ◦ blue 132

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

Shades of Bahama Blue #296484

Tints of Bahama Blue #296484

RGB

 RED value IS 41 (16.41% from 255) = 15.02%

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

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 15.02%
G = 36.63%
B = 48.35%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#296484 (or 0x296484) is known color: Bahama Blue. HEX triplet: 29, 64 and 84. RGB value is (41,100,132). Sum of RGB (Red+Green+Blue) = 41+100+132=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #296484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296484 is #D69B7B. Grayscale: #555555. Windows color (decimal): -14064508 or 8676393. OLE color: 8676393.

HSL color Cylindrical-coordinate representation of color #296484: hue angle of 201.1º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296484 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 100 132 -
CMYK 0.69 0.24 0 0.48
HSL 201.1º 0.53% 0.34% -
HSV(B) 201.1º 0.69% 0.52% -
XYZ 9.64 11.25 23.49 -
YUV 86.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 41 100 132 0.69 0.24 0 0.48 201.1 0.53 0.34
Hex 29 64 84 45 18 0 30 C9 35 22
Octal 51 144 204 105 30 0 60 311 65 42
Binary 101001 1100100 10000100 1000101 11000 0 110000 11001001 110101 100010

Color Harmonies of #296484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296484

Black with #296484

Text Example


Text Example

White with #296484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296484; }

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

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

background-color css

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

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

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

border-color css

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

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

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