Html Css Color HEX #296388 Bahama Blue

📋 copy color: '#296388'

red 41 ◦ green 99 ◦ blue 136

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

Shades of Bahama Blue #296388

Tints of Bahama Blue #296388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

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

R = 14.86%
G = 35.87%
B = 49.28%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296388 (or 0x296388) is known color: Bahama Blue. HEX triplet: 29, 63 and 88. RGB value is (41,99,136). Sum of RGB (Red+Green+Blue) = 41+99+136=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #296388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296388 is #D69C77. Grayscale: #555555. Windows color (decimal): -14064760 or 8938281. OLE color: 8938281.

HSL color Cylindrical-coordinate representation of color #296388: hue angle of 203.37º 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 #296388 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 99 136 -
CMYK 0.70 0.27 0 0.47
HSL 203.37º 0.54% 0.35% -
HSV(B) 203.37º 0.7% 0.53% -
XYZ 9.82 11.17 24.93 -
YUV 85.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 41 99 136 0.70 0.27 0 0.47 203.37 0.54 0.35
Hex 29 63 88 46 1B 0 2F CB 36 23
Octal 51 143 210 106 33 0 57 313 66 43
Binary 101001 1100011 10001000 1000110 11011 0 101111 11001011 110110 100011

Color Harmonies of #296388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296388

Black with #296388

Text Example


Text Example

White with #296388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296388; }

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

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

background-color css

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

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

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

border-color css

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

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

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