Html Css Color HEX #295781 Bahama Blue

📋 copy color: '#295781'

red 41 ◦ green 87 ◦ blue 129

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

Shades of Bahama Blue #295781

Tints of Bahama Blue #295781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 129 (50.78% from 255) = 50.19%

R = 15.95%
G = 33.85%
B = 50.19%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295781 (or 0x295781) is known color: Bahama Blue. HEX triplet: 29, 57 and 81. RGB value is (41,87,129). Sum of RGB (Red+Green+Blue) = 41+87+129=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #295781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295781 is #D6A87E. Grayscale: #4D4D4D. Windows color (decimal): -14067839 or 8476457. OLE color: 8476457.

HSL color Cylindrical-coordinate representation of color #295781: hue angle of 208.64º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #295781 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 87 129 -
CMYK 0.68 0.33 0 0.49
HSL 208.64º 0.52% 0.33% -
HSV(B) 208.64º 0.68% 0.51% -
XYZ 8.29 8.87 22.04 -
YUV 78.03 156.76 101.58 -
System Red Green Blue C M Y K H S L
Decimal 41 87 129 0.68 0.33 0 0.49 208.64 0.52 0.33
Hex 29 57 81 44 21 0 31 D1 34 21
Octal 51 127 201 104 41 0 61 321 64 41
Binary 101001 1010111 10000001 1000100 100001 0 110001 11010001 110100 100001

Color Harmonies of #295781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295781

Black with #295781

Text Example


Text Example

White with #295781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295781; }

 p { color: rgb(41,87,129); }

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

background-color css

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

 a { background-color: rgb(41,87,129); }

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

border-color css

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

 span { border-color: rgb(41,87,129); }

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