#275e7e

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

Shades of Bahama Blue #275E7E

Tints of Bahama Blue #275E7E

Color information

#275E7E (or 0x275E7E) is unknown color: approx Bahama Blue. HEX triplet: 27, 5E and 7E. RGB value is (39,94,126). Sum of RGB (Red+Green+Blue) = 39+94+126=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #275E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E7E is #D8A181. Grayscale: #515151. Windows color (decimal): -14197122 or 8281639. OLE color: 8281639.

HSL color Cylindrical-coordinate representation of color #275E7E: hue angle of 202.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #275E7E is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3994126-
CMYK0.690.2500.51
HSL202.07º52.73%32.35%-
HSV(B)202.07º69.05%49.41%-
XYZ8.619.9421.2-
YUV81.2153.2897.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.06%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 126 (49.61% from 255) = 48.65%
R=15.06%
G=36.29%
B=48.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39941260.690.2500.51202.0752.7332.35
Hex275E7E4519033ca3520
Octal47136176105310633126540
Binary10011110111101111110100010111001011001111001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275e7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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