Html Css Color HEX #295B7D Bahama Blue

📋 copy color: '#295B7D'

red 41 ◦ green 91 ◦ blue 125

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

Shades of Bahama Blue #295B7D

Tints of Bahama Blue #295B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

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

R = 15.95%
G = 35.41%
B = 48.64%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#295B7D (or 0x295B7D) is known color: Bahama Blue. HEX triplet: 29, 5B and 7D. RGB value is (41,91,125). Sum of RGB (Red+Green+Blue) = 41+91+125=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #295B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B7D is #D6A482. Grayscale: #4F4F4F. Windows color (decimal): -14066819 or 8215337. OLE color: 8215337.

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

Color convert

RGB 41 91 125 -
CMYK 0.67 0.27 0 0.51
HSL 204.29º 0.51% 0.33% -
HSV(B) 204.29º 0.67% 0.49% -
XYZ 8.36 9.43 20.78 -
YUV 79.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 41 91 125 0.67 0.27 0 0.51 204.29 0.51 0.33
Hex 29 5B 7D 43 1B 0 33 CC 33 21
Octal 51 133 175 103 33 0 63 314 63 41
Binary 101001 1011011 1111101 1000011 11011 0 110011 11001100 110011 100001

Color Harmonies of #295B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B7D

Black with #295B7D

Text Example


Text Example

White with #295B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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