Html Css Color HEX #296488 Bahama Blue

📋 copy color: '#296488'

red 41 ◦ green 100 ◦ blue 136

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

Shades of Bahama Blue #296488

Tints of Bahama Blue #296488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.1%

R = 14.8%
G = 36.1%
B = 49.1%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296488 (or 0x296488) is known color: Bahama Blue. HEX triplet: 29, 64 and 88. RGB value is (41,100,136). Sum of RGB (Red+Green+Blue) = 41+100+136=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #296488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296488 is #D69B77. Grayscale: #565656. Windows color (decimal): -14064504 or 8938537. OLE color: 8938537.

HSL color Cylindrical-coordinate representation of color #296488: hue angle of 202.74º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296488 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 100 136 -
CMYK 0.70 0.26 0 0.47
HSL 202.74º 0.54% 0.35% -
HSV(B) 202.74º 0.7% 0.53% -
XYZ 9.92 11.36 24.96 -
YUV 86.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 41 100 136 0.70 0.26 0 0.47 202.74 0.54 0.35
Hex 29 64 88 46 1A 0 2F CB 36 23
Octal 51 144 210 106 32 0 57 313 66 43
Binary 101001 1100100 10001000 1000110 11010 0 101111 11001011 110110 100011

Color Harmonies of #296488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296488

Black with #296488

Text Example


Text Example

White with #296488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296488; }

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

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

background-color css

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

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

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

border-color css

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

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

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