Html Css Color HEX #295E83 Bahama Blue

📋 copy color: '#295E83'

red 41 ◦ green 94 ◦ blue 131

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

Shades of Bahama Blue #295E83

Tints of Bahama Blue #295E83

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.34%

 BLUE value IS 131 (51.56% from 255) = 49.25%

R = 15.41%
G = 35.34%
B = 49.25%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295E83 (or 0x295E83) is known color: Bahama Blue. HEX triplet: 29, 5E and 83. RGB value is (41,94,131). Sum of RGB (Red+Green+Blue) = 41+94+131=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #295E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E83 is #D6A17C. Grayscale: #525252. Windows color (decimal): -14066045 or 8609321. OLE color: 8609321.

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

Color convert

RGB 41 94 131 -
CMYK 0.69 0.28 0 0.49
HSL 204.67º 0.52% 0.34% -
HSV(B) 204.67º 0.69% 0.51% -
XYZ 9.01 10.12 22.95 -
YUV 82.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 41 94 131 0.69 0.28 0 0.49 204.67 0.52 0.34
Hex 29 5E 83 45 1C 0 31 CD 34 22
Octal 51 136 203 105 34 0 61 315 64 42
Binary 101001 1011110 10000011 1000101 11100 0 110001 11001101 110100 100010

Color Harmonies of #295E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E83

Black with #295E83

Text Example


Text Example

White with #295E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,94,131); }

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

background-color css

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

 a { background-color: rgb(41,94,131); }

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

border-color css

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

 span { border-color: rgb(41,94,131); }

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