Html Css Color HEX #295C81 Bahama Blue

📋 copy color: '#295C81'

red 41 ◦ green 92 ◦ blue 129

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

Shades of Bahama Blue #295C81

Tints of Bahama Blue #295C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

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

R = 15.65%
G = 35.11%
B = 49.24%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295C81 (or 0x295C81) is known color: Bahama Blue. HEX triplet: 29, 5C and 81. RGB value is (41,92,129). Sum of RGB (Red+Green+Blue) = 41+92+129=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #295C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C81 is #D6A37E. Grayscale: #505050. Windows color (decimal): -14066559 or 8477737. OLE color: 8477737.

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

Color convert

RGB 41 92 129 -
CMYK 0.68 0.29 0 0.49
HSL 205.23º 0.52% 0.33% -
HSV(B) 205.23º 0.68% 0.51% -
XYZ 8.7 9.71 22.18 -
YUV 80.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 41 92 129 0.68 0.29 0 0.49 205.23 0.52 0.33
Hex 29 5C 81 44 1D 0 31 CD 34 21
Octal 51 134 201 104 35 0 61 315 64 41
Binary 101001 1011100 10000001 1000100 11101 0 110001 11001101 110100 100001

Color Harmonies of #295C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C81

Black with #295C81

Text Example


Text Example

White with #295C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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