#275F80

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

Shades of Bahama Blue #275F80

Tints of Bahama Blue #275F80

Color information

#275F80 (or 0x275F80) is unknown color: approx Bahama Blue. HEX triplet: 27, 5F and 80. RGB value is (39,95,128). Sum of RGB (Red+Green+Blue) = 39+95+128=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #275F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F80 is #D8A07F. Grayscale: #515151. Windows color (decimal): -14196864 or 8412967. OLE color: 8412967.

HSL color Cylindrical-coordinate representation of color #275F80: hue angle of 202.25º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275F80 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3995128-
CMYK0.700.2600.50
HSL202.25º53.29%32.75%-
HSV(B)202.25º69.53%50.2%-
XYZ8.8310.1721.92-
YUV82.02153.9597.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=14.89%
G=36.26%
B=48.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39951280.700.2600.50202.2553.2932.75
Hex275F80461A032ca3521
Octal47137200106320623126541
Binary100111101111110000000100011011010011001011001010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275F80; }

 p { color: rgb(39,95,128); }

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

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

 a { background-color: rgb(39,95,128); }

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

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

 span { border-color: rgb(39,95,128); }

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