Html Css Color HEX #296685 Bahama Blue

📋 copy color: '#296685'

red 41 ◦ green 102 ◦ blue 133

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

Shades of Bahama Blue #296685

Tints of Bahama Blue #296685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 133 (52.34% from 255) = 48.19%

R = 14.86%
G = 36.96%
B = 48.19%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#296685 (or 0x296685) is known color: Bahama Blue. HEX triplet: 29, 66 and 85. RGB value is (41,102,133). Sum of RGB (Red+Green+Blue) = 41+102+133=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #296685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296685 is #D6997A. Grayscale: #575757. Windows color (decimal): -14063995 or 8742441. OLE color: 8742441.

HSL color Cylindrical-coordinate representation of color #296685: hue angle of 200.22º 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 #296685 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 102 133 -
CMYK 0.69 0.23 0 0.48
HSL 200.22º 0.53% 0.34% -
HSV(B) 200.22º 0.69% 0.52% -
XYZ 9.9 11.67 23.92 -
YUV 87.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 41 102 133 0.69 0.23 0 0.48 200.22 0.53 0.34
Hex 29 66 85 45 17 0 30 C8 35 22
Octal 51 146 205 105 27 0 60 310 65 42
Binary 101001 1100110 10000101 1000101 10111 0 110000 11001000 110101 100010

Color Harmonies of #296685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296685

Black with #296685

Text Example


Text Example

White with #296685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296685; }

 p { color: rgb(41,102,133); }

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

background-color css

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

 a { background-color: rgb(41,102,133); }

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

border-color css

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

 span { border-color: rgb(41,102,133); }

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