Html Css Color HEX #296085 Bahama Blue

📋 copy color: '#296085'

red 41 ◦ green 96 ◦ blue 133

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

Shades of Bahama Blue #296085

Tints of Bahama Blue #296085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

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

R = 15.19%
G = 35.56%
B = 49.26%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#296085 (or 0x296085) is known color: Bahama Blue. HEX triplet: 29, 60 and 85. RGB value is (41,96,133). Sum of RGB (Red+Green+Blue) = 41+96+133=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #296085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296085 is #D69F7A. Grayscale: #535353. Windows color (decimal): -14065531 or 8740905. OLE color: 8740905.

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

Color convert

RGB 41 96 133 -
CMYK 0.69 0.28 0 0.48
HSL 204.13º 0.53% 0.34% -
HSV(B) 204.13º 0.69% 0.52% -
XYZ 9.33 10.53 23.73 -
YUV 83.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 41 96 133 0.69 0.28 0 0.48 204.13 0.53 0.34
Hex 29 60 85 45 1C 0 30 CC 35 22
Octal 51 140 205 105 34 0 60 314 65 42
Binary 101001 1100000 10000101 1000101 11100 0 110000 11001100 110101 100010

Color Harmonies of #296085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296085

Black with #296085

Text Example


Text Example

White with #296085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296085; }

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

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

background-color css

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

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

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

border-color css

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

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

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