Html Css Color HEX #296182 Bahama Blue

📋 copy color: '#296182'

red 41 ◦ green 97 ◦ blue 130

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

Shades of Bahama Blue #296182

Tints of Bahama Blue #296182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 15.3%
G = 36.19%
B = 48.51%

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

#296182 (or 0x296182) is known color: Bahama Blue. HEX triplet: 29, 61 and 82. RGB value is (41,97,130). Sum of RGB (Red+Green+Blue) = 41+97+130=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #296182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296182 is #D69E7D. Grayscale: #535353. Windows color (decimal): -14065278 or 8544553. OLE color: 8544553.

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

Color convert

RGB 41 97 130 -
CMYK 0.68 0.25 0 0.49
HSL 202.25º 0.52% 0.34% -
HSV(B) 202.25º 0.68% 0.51% -
XYZ 9.22 10.63 22.69 -
YUV 84.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 41 97 130 0.68 0.25 0 0.49 202.25 0.52 0.34
Hex 29 61 82 44 19 0 31 CA 34 22
Octal 51 141 202 104 31 0 61 312 64 42
Binary 101001 1100001 10000010 1000100 11001 0 110001 11001010 110100 100010

Color Harmonies of #296182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296182

Black with #296182

Text Example


Text Example

White with #296182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296182; }

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

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

background-color css

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

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

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

border-color css

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

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

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