Html Css Color HEX #295E7D Bahama Blue

📋 copy color: '#295E7D'

red 41 ◦ green 94 ◦ blue 125

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

Shades of Bahama Blue #295E7D

Tints of Bahama Blue #295E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.15%

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

R = 15.77%
G = 36.15%
B = 48.08%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#295E7D (or 0x295E7D) is known color: Bahama Blue. HEX triplet: 29, 5E and 7D. RGB value is (41,94,125). Sum of RGB (Red+Green+Blue) = 41+94+125=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #295E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E7D is #D6A182. Grayscale: #515151. Windows color (decimal): -14066051 or 8216105. OLE color: 8216105.

HSL color Cylindrical-coordinate representation of color #295E7D: hue angle of 202.14º 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 #295E7D is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 94 125 -
CMYK 0.67 0.25 0 0.51
HSL 202.14º 0.51% 0.33% -
HSV(B) 202.14º 0.67% 0.49% -
XYZ 8.62 9.96 20.87 -
YUV 81.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 41 94 125 0.67 0.25 0 0.51 202.14 0.51 0.33
Hex 29 5E 7D 43 19 0 33 CA 33 21
Octal 51 136 175 103 31 0 63 312 63 41
Binary 101001 1011110 1111101 1000011 11001 0 110011 11001010 110011 100001

Color Harmonies of #295E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E7D

Black with #295E7D

Text Example


Text Example

White with #295E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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