Html Css Color HEX #295C80 Bahama Blue

📋 copy color: '#295C80'

red 41 ◦ green 92 ◦ blue 128

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

Shades of Bahama Blue #295C80

Tints of Bahama Blue #295C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.25%

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

R = 15.71%
G = 35.25%
B = 49.04%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#295C80 (or 0x295C80) is known color: Bahama Blue. HEX triplet: 29, 5C and 80. RGB value is (41,92,128). Sum of RGB (Red+Green+Blue) = 41+92+128=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #295C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C80 is #D6A37F. Grayscale: #505050. Windows color (decimal): -14066560 or 8412201. OLE color: 8412201.

HSL color Cylindrical-coordinate representation of color #295C80: hue angle of 204.83º 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 #295C80 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 92 128 -
CMYK 0.68 0.28 0 0.50
HSL 204.83º 0.51% 0.33% -
HSV(B) 204.83º 0.68% 0.5% -
XYZ 8.64 9.68 21.84 -
YUV 80.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 41 92 128 0.68 0.28 0 0.50 204.83 0.51 0.33
Hex 29 5C 80 44 1C 0 32 CD 33 21
Octal 51 134 200 104 34 0 62 315 63 41
Binary 101001 1011100 10000000 1000100 11100 0 110010 11001101 110011 100001

Color Harmonies of #295C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C80

Black with #295C80

Text Example


Text Example

White with #295C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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