#275A7B

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

Shades of Bahama Blue #275A7B

Tints of Bahama Blue #275A7B

Color information

#275A7B (or 0x275A7B) is unknown color: approx Bahama Blue. HEX triplet: 27, 5A and 7B. RGB value is (39,90,123). Sum of RGB (Red+Green+Blue) = 39+90+123=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #275A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A7B is #D8A584. Grayscale: #4E4E4E. Windows color (decimal): -14198149 or 8084007. OLE color: 8084007.

HSL color Cylindrical-coordinate representation of color #275A7B: hue angle of 203.57º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #275A7B is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3990123-
CMYK0.680.2700.52
HSL203.57º51.85%31.76%-
HSV(B)203.57º68.29%48.24%-
XYZ8.079.1720.08-
YUV78.51153.199.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=15.48%
G=35.71%
B=48.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39901230.680.2700.52203.5751.8531.76
Hex275A7B441B034cc3420
Octal47132173104330643146440
Binary10011110110101111011100010011011011010011001100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,90,123); }

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

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

 a { background-color: rgb(39,90,123); }

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

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

 span { border-color: rgb(39,90,123); }

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