Html Css Color HEX #296381 Bahama Blue

📋 copy color: '#296381'

red 41 ◦ green 99 ◦ blue 129

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

Shades of Bahama Blue #296381

Tints of Bahama Blue #296381

RGB

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

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

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

R = 15.24%
G = 36.8%
B = 47.96%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296381 (or 0x296381) is known color: Bahama Blue. HEX triplet: 29, 63 and 81. RGB value is (41,99,129). Sum of RGB (Red+Green+Blue) = 41+99+129=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #296381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296381 is #D69C7E. Grayscale: #545454. Windows color (decimal): -14064767 or 8479529. OLE color: 8479529.

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

Color convert

RGB 41 99 129 -
CMYK 0.68 0.23 0 0.49
HSL 200.45º 0.52% 0.33% -
HSV(B) 200.45º 0.68% 0.51% -
XYZ 9.34 10.98 22.4 -
YUV 85.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 41 99 129 0.68 0.23 0 0.49 200.45 0.52 0.33
Hex 29 63 81 44 17 0 31 C8 34 21
Octal 51 143 201 104 27 0 61 310 64 41
Binary 101001 1100011 10000001 1000100 10111 0 110001 11001000 110100 100001

Color Harmonies of #296381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296381

Black with #296381

Text Example


Text Example

White with #296381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296381; }

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

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

background-color css

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

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

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

border-color css

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

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

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