Html Css Color HEX #295682 Bahama Blue

📋 copy color: '#295682'

red 41 ◦ green 86 ◦ blue 130

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

Shades of Bahama Blue #295682

Tints of Bahama Blue #295682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.58%

R = 15.95%
G = 33.46%
B = 50.58%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295682 (or 0x295682) is known color: Bahama Blue. HEX triplet: 29, 56 and 82. RGB value is (41,86,130). Sum of RGB (Red+Green+Blue) = 41+86+130=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #295682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295682 is #D6A97D. Grayscale: #4D4D4D. Windows color (decimal): -14068094 or 8541737. OLE color: 8541737.

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

Color convert

RGB 41 86 130 -
CMYK 0.68 0.34 0 0.49
HSL 209.66º 0.52% 0.34% -
HSV(B) 209.66º 0.68% 0.51% -
XYZ 8.27 8.74 22.37 -
YUV 77.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 41 86 130 0.68 0.34 0 0.49 209.66 0.52 0.34
Hex 29 56 82 44 22 0 31 D2 34 22
Octal 51 126 202 104 42 0 61 322 64 42
Binary 101001 1010110 10000010 1000100 100010 0 110001 11010010 110100 100010

Color Harmonies of #295682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295682

Black with #295682

Text Example


Text Example

White with #295682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295682; }

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

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

background-color css

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

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

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

border-color css

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

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

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