Html Css Color HEX #295C82 Bahama Blue

📋 copy color: '#295C82'

red 41 ◦ green 92 ◦ blue 130

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

Shades of Bahama Blue #295C82

Tints of Bahama Blue #295C82

RGB

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

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

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

R = 15.59%
G = 34.98%
B = 49.43%

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

#295C82 (or 0x295C82) is known color: Bahama Blue. HEX triplet: 29, 5C and 82. RGB value is (41,92,130). Sum of RGB (Red+Green+Blue) = 41+92+130=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #295C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C82 is #D6A37D. Grayscale: #505050. Windows color (decimal): -14066558 or 8543273. OLE color: 8543273.

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

Color convert

RGB 41 92 130 -
CMYK 0.68 0.29 0 0.49
HSL 205.62º 0.52% 0.34% -
HSV(B) 205.62º 0.68% 0.51% -
XYZ 8.77 9.74 22.54 -
YUV 81.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 41 92 130 0.68 0.29 0 0.49 205.62 0.52 0.34
Hex 29 5C 82 44 1D 0 31 CE 34 22
Octal 51 134 202 104 35 0 61 316 64 42
Binary 101001 1011100 10000010 1000100 11101 0 110001 11001110 110100 100010

Color Harmonies of #295C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C82

Black with #295C82

Text Example


Text Example

White with #295C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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