Html Css Color HEX #295D7D Bahama Blue

📋 copy color: '#295D7D'

red 41 ◦ green 93 ◦ blue 125

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

Shades of Bahama Blue #295D7D

Tints of Bahama Blue #295D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.91%

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

R = 15.83%
G = 35.91%
B = 48.26%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#295D7D (or 0x295D7D) is known color: Bahama Blue. HEX triplet: 29, 5D and 7D. RGB value is (41,93,125). Sum of RGB (Red+Green+Blue) = 41+93+125=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #295D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D7D is #D6A282. Grayscale: #505050. Windows color (decimal): -14066307 or 8215849. OLE color: 8215849.

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

Color convert

RGB 41 93 125 -
CMYK 0.67 0.26 0 0.51
HSL 202.86º 0.51% 0.33% -
HSV(B) 202.86º 0.67% 0.49% -
XYZ 8.53 9.78 20.84 -
YUV 81.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 41 93 125 0.67 0.26 0 0.51 202.86 0.51 0.33
Hex 29 5D 7D 43 1A 0 33 CB 33 21
Octal 51 135 175 103 32 0 63 313 63 41
Binary 101001 1011101 1111101 1000011 11010 0 110011 11001011 110011 100001

Color Harmonies of #295D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D7D

Black with #295D7D

Text Example


Text Example

White with #295D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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