Html Css Color HEX #296181 Bahama Blue

📋 copy color: '#296181'

red 41 ◦ green 97 ◦ blue 129

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

Shades of Bahama Blue #296181

Tints of Bahama Blue #296181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 129 (50.78% from 255) = 48.31%

R = 15.36%
G = 36.33%
B = 48.31%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296181 (or 0x296181) is known color: Bahama Blue. HEX triplet: 29, 61 and 81. RGB value is (41,97,129). Sum of RGB (Red+Green+Blue) = 41+97+129=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #296181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296181 is #D69E7E. Grayscale: #535353. Windows color (decimal): -14065279 or 8479017. OLE color: 8479017.

HSL color Cylindrical-coordinate representation of color #296181: hue angle of 201.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296181 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 97 129 -
CMYK 0.68 0.25 0 0.49
HSL 201.82º 0.52% 0.33% -
HSV(B) 201.82º 0.68% 0.51% -
XYZ 9.15 10.61 22.33 -
YUV 83.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 41 97 129 0.68 0.25 0 0.49 201.82 0.52 0.33
Hex 29 61 81 44 19 0 31 CA 34 21
Octal 51 141 201 104 31 0 61 312 64 41
Binary 101001 1100001 10000001 1000100 11001 0 110001 11001010 110100 100001

Color Harmonies of #296181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296181

Black with #296181

Text Example


Text Example

White with #296181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296181; }

 p { color: rgb(41,97,129); }

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

background-color css

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

 a { background-color: rgb(41,97,129); }

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

border-color css

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

 span { border-color: rgb(41,97,129); }

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