#275E7F

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

Shades of Bahama Blue #275E7F

Tints of Bahama Blue #275E7F

Color information

#275E7F (or 0x275E7F) is unknown color: approx Bahama Blue. HEX triplet: 27, 5E and 7F. RGB value is (39,94,127). Sum of RGB (Red+Green+Blue) = 39+94+127=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #275E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E7F is #D8A180. Grayscale: #515151. Windows color (decimal): -14197121 or 8347175. OLE color: 8347175.

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

Color convert

RGB3994127-
CMYK0.690.2600.50
HSL202.5º53.01%32.55%-
HSV(B)202.5º69.29%49.8%-
XYZ8.679.9721.55-
YUV81.32153.7897.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 127 (50% from 255) = 48.85%
R=15%
G=36.15%
B=48.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39941270.690.2600.50202.553.0132.55
Hex275E7F451A032ca3521
Octal47136177105320623126541
Binary10011110111101111111100010111010011001011001010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,94,127); }

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

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

 a { background-color: rgb(39,94,127); }

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

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

 span { border-color: rgb(39,94,127); }

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