Html Css Color HEX #295F7F Bahama Blue

📋 copy color: '#295F7F'

red 41 ◦ green 95 ◦ blue 127

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

Shades of Bahama Blue #295F7F

Tints of Bahama Blue #295F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

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

R = 15.59%
G = 36.12%
B = 48.29%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#295F7F (or 0x295F7F) is known color: Bahama Blue. HEX triplet: 29, 5F and 7F. RGB value is (41,95,127). Sum of RGB (Red+Green+Blue) = 41+95+127=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #295F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F7F is #D6A080. Grayscale: #525252. Windows color (decimal): -14065793 or 8347433. OLE color: 8347433.

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

Color convert

RGB 41 95 127 -
CMYK 0.68 0.25 0 0.50
HSL 202.33º 0.51% 0.33% -
HSV(B) 202.33º 0.68% 0.5% -
XYZ 8.84 10.19 21.58 -
YUV 82.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 41 95 127 0.68 0.25 0 0.50 202.33 0.51 0.33
Hex 29 5F 7F 44 19 0 32 CA 33 21
Octal 51 137 177 104 31 0 62 312 63 41
Binary 101001 1011111 1111111 1000100 11001 0 110010 11001010 110011 100001

Color Harmonies of #295F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F7F

Black with #295F7F

Text Example


Text Example

White with #295F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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