Html Css Color HEX #295481 Bahama Blue

📋 copy color: '#295481'

red 41 ◦ green 84 ◦ blue 129

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

Shades of Bahama Blue #295481

Tints of Bahama Blue #295481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 16.14%
G = 33.07%
B = 50.79%

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

#295481 (or 0x295481) is known color: Bahama Blue. HEX triplet: 29, 54 and 81. RGB value is (41,84,129). Sum of RGB (Red+Green+Blue) = 41+84+129=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #295481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295481 is #D6AB7E. Grayscale: #4C4C4C. Windows color (decimal): -14068607 or 8475689. OLE color: 8475689.

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

Color convert

RGB 41 84 129 -
CMYK 0.68 0.35 0 0.49
HSL 210.68º 0.52% 0.33% -
HSV(B) 210.68º 0.68% 0.51% -
XYZ 8.05 8.4 21.97 -
YUV 76.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 41 84 129 0.68 0.35 0 0.49 210.68 0.52 0.33
Hex 29 54 81 44 23 0 31 D3 34 21
Octal 51 124 201 104 43 0 61 323 64 41
Binary 101001 1010100 10000001 1000100 100011 0 110001 11010011 110100 100001

Color Harmonies of #295481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295481

Black with #295481

Text Example


Text Example

White with #295481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295481; }

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

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

background-color css

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

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

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

border-color css

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

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

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