Html Css Color HEX #296382 Bahama Blue

📋 copy color: '#296382'

red 41 ◦ green 99 ◦ blue 130

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

Shades of Bahama Blue #296382

Tints of Bahama Blue #296382

RGB

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

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

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

R = 15.19%
G = 36.67%
B = 48.15%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296382 (or 0x296382) is known color: Bahama Blue. HEX triplet: 29, 63 and 82. RGB value is (41,99,130). Sum of RGB (Red+Green+Blue) = 41+99+130=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #296382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296382 is #D69C7D. Grayscale: #555555. Windows color (decimal): -14064766 or 8545065. OLE color: 8545065.

HSL color Cylindrical-coordinate representation of color #296382: hue angle of 200.9º 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 #296382 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 99 130 -
CMYK 0.68 0.24 0 0.49
HSL 200.9º 0.52% 0.34% -
HSV(B) 200.9º 0.68% 0.51% -
XYZ 9.41 11.01 22.75 -
YUV 85.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 41 99 130 0.68 0.24 0 0.49 200.9 0.52 0.34
Hex 29 63 82 44 18 0 31 C9 34 22
Octal 51 143 202 104 30 0 61 311 64 42
Binary 101001 1100011 10000010 1000100 11000 0 110001 11001001 110100 100010

Color Harmonies of #296382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296382

Black with #296382

Text Example


Text Example

White with #296382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296382; }

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

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

background-color css

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

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

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

border-color css

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

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

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