#275481

Color #275481 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #275481

Tints of Bahama Blue #275481

Color information

#275481 (or 0x275481) is unknown color: approx Bahama Blue. HEX triplet: 27, 54 and 81. RGB value is (39,84,129). Sum of RGB (Red+Green+Blue) = 39+84+129=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #275481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275481 is #D8AB7E. Grayscale: #4B4B4B. Windows color (decimal): -14199679 or 8475687. OLE color: 8475687.

HSL color Cylindrical-coordinate representation of color #275481: hue angle of 210º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275481 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3984129-
CMYK0.700.3500.49
HSL210º53.57%32.94%-
HSV(B)210º69.77%50.59%-
XYZ7.978.3621.96-
YUV75.68158.09101.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=15.48%
G=33.33%
B=51.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39841290.700.3500.4921053.5732.94
Hex2754814623031d23621
Octal47124201106430613226641
Binary1001111010100100000011000110100011011000111010010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275481; }

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

 H1.HeaderClassName
 {
   color: #275481;
 }
 .AnyTagClassName
 {
   color: #275481;
 }
</style>
background-color css

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

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

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

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

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

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