#275F82

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

Shades of Bahama Blue #275F82

Tints of Bahama Blue #275F82

Color information

#275F82 (or 0x275F82) is unknown color: approx Bahama Blue. HEX triplet: 27, 5F and 82. RGB value is (39,95,130). Sum of RGB (Red+Green+Blue) = 39+95+130=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #275F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275F82 is #D8A07D. Grayscale: #525252. Windows color (decimal): -14196862 or 8544039. OLE color: 8544039.

HSL color Cylindrical-coordinate representation of color #275F82: hue angle of 203.08º 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 #275F82 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3995130-
CMYK0.700.2700.49
HSL203.08º53.85%33.14%-
HSV(B)203.08º70%50.98%-
XYZ8.9610.2322.62-
YUV82.25154.9597.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 130 (51.17% from 255) = 49.24%
R=14.77%
G=35.98%
B=49.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39951300.700.2700.49203.0853.8533.14
Hex275F82461B031cb3621
Octal47137202106330613136641
Binary100111101111110000010100011011011011000111001011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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