Html Css Color HEX #295582 Bahama Blue

📋 copy color: '#295582'

red 41 ◦ green 85 ◦ blue 130

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

Shades of Bahama Blue #295582

Tints of Bahama Blue #295582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 16.02%
G = 33.2%
B = 50.78%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295582 (or 0x295582) is known color: Bahama Blue. HEX triplet: 29, 55 and 82. RGB value is (41,85,130). Sum of RGB (Red+Green+Blue) = 41+85+130=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #295582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295582 is #D6AA7D. Grayscale: #4C4C4C. Windows color (decimal): -14068350 or 8541481. OLE color: 8541481.

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

Color convert

RGB 41 85 130 -
CMYK 0.68 0.35 0 0.49
HSL 210.34º 0.52% 0.34% -
HSV(B) 210.34º 0.68% 0.51% -
XYZ 8.19 8.58 22.34 -
YUV 76.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 41 85 130 0.68 0.35 0 0.49 210.34 0.52 0.34
Hex 29 55 82 44 23 0 31 D2 34 22
Octal 51 125 202 104 43 0 61 322 64 42
Binary 101001 1010101 10000010 1000100 100011 0 110001 11010010 110100 100010

Color Harmonies of #295582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295582

Black with #295582

Text Example


Text Example

White with #295582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295582; }

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

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

background-color css

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

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

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

border-color css

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

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

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