Html Css Color HEX #295681 Bahama Blue

📋 copy color: '#295681'

red 41 ◦ green 86 ◦ blue 129

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

Shades of Bahama Blue #295681

Tints of Bahama Blue #295681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 16.02%
G = 33.59%
B = 50.39%

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

#295681 (or 0x295681) is known color: Bahama Blue. HEX triplet: 29, 56 and 81. RGB value is (41,86,129). Sum of RGB (Red+Green+Blue) = 41+86+129=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #295681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295681 is #D6A97E. Grayscale: #4D4D4D. Windows color (decimal): -14068095 or 8476201. OLE color: 8476201.

HSL color Cylindrical-coordinate representation of color #295681: hue angle of 209.32º 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 #295681 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 86 129 -
CMYK 0.68 0.33 0 0.49
HSL 209.32º 0.52% 0.33% -
HSV(B) 209.32º 0.68% 0.51% -
XYZ 8.2 8.71 22.02 -
YUV 77.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 41 86 129 0.68 0.33 0 0.49 209.32 0.52 0.33
Hex 29 56 81 44 21 0 31 D1 34 21
Octal 51 126 201 104 41 0 61 321 64 41
Binary 101001 1010110 10000001 1000100 100001 0 110001 11010001 110100 100001

Color Harmonies of #295681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295681

Black with #295681

Text Example


Text Example

White with #295681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295681; }

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

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

background-color css

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

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

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

border-color css

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

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

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