Html Css Color HEX #295A7D Bahama Blue

📋 copy color: '#295A7D'

red 41 ◦ green 90 ◦ blue 125

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

Shades of Bahama Blue #295A7D

Tints of Bahama Blue #295A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 16.02%
G = 35.16%
B = 48.83%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#295A7D (or 0x295A7D) is known color: Bahama Blue. HEX triplet: 29, 5A and 7D. RGB value is (41,90,125). Sum of RGB (Red+Green+Blue) = 41+90+125=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #295A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A7D is #D6A582. Grayscale: #4F4F4F. Windows color (decimal): -14067075 or 8215081. OLE color: 8215081.

HSL color Cylindrical-coordinate representation of color #295A7D: hue angle of 205º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #295A7D is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 90 125 -
CMYK 0.67 0.28 0 0.51
HSL 205º 0.51% 0.33% -
HSV(B) 205º 0.67% 0.49% -
XYZ 8.27 9.26 20.75 -
YUV 79.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 41 90 125 0.67 0.28 0 0.51 205 0.51 0.33
Hex 29 5A 7D 43 1C 0 33 CD 33 21
Octal 51 132 175 103 34 0 63 315 63 41
Binary 101001 1011010 1111101 1000011 11100 0 110011 11001101 110011 100001

Color Harmonies of #295A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A7D

Black with #295A7D

Text Example


Text Example

White with #295A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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