Html Css Color HEX #296387 Bahama Blue

📋 copy color: '#296387'

red 41 ◦ green 99 ◦ blue 135

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

Shades of Bahama Blue #296387

Tints of Bahama Blue #296387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 14.91%
G = 36%
B = 49.09%

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

#296387 (or 0x296387) is known color: Bahama Blue. HEX triplet: 29, 63 and 87. RGB value is (41,99,135). Sum of RGB (Red+Green+Blue) = 41+99+135=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #296387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296387 is #D69C78. Grayscale: #555555. Windows color (decimal): -14064761 or 8872745. OLE color: 8872745.

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

Color convert

RGB 41 99 135 -
CMYK 0.70 0.27 0 0.47
HSL 202.98º 0.53% 0.35% -
HSV(B) 202.98º 0.7% 0.53% -
XYZ 9.75 11.14 24.56 -
YUV 85.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 41 99 135 0.70 0.27 0 0.47 202.98 0.53 0.35
Hex 29 63 87 46 1B 0 2F CB 35 23
Octal 51 143 207 106 33 0 57 313 65 43
Binary 101001 1100011 10000111 1000110 11011 0 101111 11001011 110101 100011

Color Harmonies of #296387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296387

Black with #296387

Text Example


Text Example

White with #296387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296387; }

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

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

background-color css

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

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

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

border-color css

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

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

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