Html Css Color HEX #295A7F Bahama Blue

📋 copy color: '#295A7F'

red 41 ◦ green 90 ◦ blue 127

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

Shades of Bahama Blue #295A7F

Tints of Bahama Blue #295A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

 BLUE value IS 127 (50% from 255) = 49.22%

R = 15.89%
G = 34.88%
B = 49.22%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#295A7F (or 0x295A7F) is known color: Bahama Blue. HEX triplet: 29, 5A and 7F. RGB value is (41,90,127). Sum of RGB (Red+Green+Blue) = 41+90+127=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #295A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A7F is #D6A580. Grayscale: #4F4F4F. Windows color (decimal): -14067073 or 8346153. OLE color: 8346153.

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

Color convert

RGB 41 90 127 -
CMYK 0.68 0.29 0 0.50
HSL 205.81º 0.51% 0.33% -
HSV(B) 205.81º 0.68% 0.5% -
XYZ 8.4 9.32 21.43 -
YUV 79.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 41 90 127 0.68 0.29 0 0.50 205.81 0.51 0.33
Hex 29 5A 7F 44 1D 0 32 CE 33 21
Octal 51 132 177 104 35 0 62 316 63 41
Binary 101001 1011010 1111111 1000100 11101 0 110010 11001110 110011 100001

Color Harmonies of #295A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A7F

Black with #295A7F

Text Example


Text Example

White with #295A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,90,127); }

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

background-color css

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

 a { background-color: rgb(41,90,127); }

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

border-color css

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

 span { border-color: rgb(41,90,127); }

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