Html Css Color HEX #295980 Bahama Blue

📋 copy color: '#295980'

red 41 ◦ green 89 ◦ blue 128

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

Shades of Bahama Blue #295980

Tints of Bahama Blue #295980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 15.89%
G = 34.5%
B = 49.61%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#295980 (or 0x295980) is known color: Bahama Blue. HEX triplet: 29, 59 and 80. RGB value is (41,89,128). Sum of RGB (Red+Green+Blue) = 41+89+128=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #295980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295980 is #D6A67F. Grayscale: #4E4E4E. Windows color (decimal): -14067328 or 8411433. OLE color: 8411433.

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

Color convert

RGB 41 89 128 -
CMYK 0.68 0.30 0 0.50
HSL 206.9º 0.51% 0.33% -
HSV(B) 206.9º 0.68% 0.5% -
XYZ 8.38 9.17 21.75 -
YUV 79.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 41 89 128 0.68 0.30 0 0.50 206.9 0.51 0.33
Hex 29 59 80 44 1E 0 32 CF 33 21
Octal 51 131 200 104 36 0 62 317 63 41
Binary 101001 1011001 10000000 1000100 11110 0 110010 11001111 110011 100001

Color Harmonies of #295980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295980

Black with #295980

Text Example


Text Example

White with #295980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295980; }

 p { color: rgb(41,89,128); }

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

background-color css

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

 a { background-color: rgb(41,89,128); }

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

border-color css

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

 span { border-color: rgb(41,89,128); }

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