Html Css Color HEX #295A7C Bahama Blue

📋 copy color: '#295A7C'

red 41 ◦ green 90 ◦ blue 124

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

Shades of Bahama Blue #295A7C

Tints of Bahama Blue #295A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.63%

R = 16.08%
G = 35.29%
B = 48.63%

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

#295A7C (or 0x295A7C) is known color: Bahama Blue. HEX triplet: 29, 5A and 7C. RGB value is (41,90,124). Sum of RGB (Red+Green+Blue) = 41+90+124=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #295A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A7C is #D6A583. Grayscale: #4F4F4F. Windows color (decimal): -14067076 or 8149545. OLE color: 8149545.

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

Color convert

RGB 41 90 124 -
CMYK 0.67 0.27 0 0.51
HSL 204.58º 0.5% 0.32% -
HSV(B) 204.58º 0.67% 0.49% -
XYZ 8.21 9.24 20.42 -
YUV 79.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 41 90 124 0.67 0.27 0 0.51 204.58 0.5 0.32
Hex 29 5A 7C 43 1B 0 33 CD 32 20
Octal 51 132 174 103 33 0 63 315 62 40
Binary 101001 1011010 1111100 1000011 11011 0 110011 11001101 110010 100000

Color Harmonies of #295A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A7C

Black with #295A7C

Text Example


Text Example

White with #295A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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