#275A7C

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

Shades of Bahama Blue #275A7C

Tints of Bahama Blue #275A7C

Color information

#275A7C (or 0x275A7C) is unknown color: approx Bahama Blue. HEX triplet: 27, 5A and 7C. RGB value is (39,90,124). Sum of RGB (Red+Green+Blue) = 39+90+124=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #275A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A7C is #D8A583. Grayscale: #4E4E4E. Windows color (decimal): -14198148 or 8149543. OLE color: 8149543.

HSL color Cylindrical-coordinate representation of color #275A7C: hue angle of 204º degrees, saturation: 0.52, 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 #275A7C is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3990124-
CMYK0.690.2700.51
HSL204º52.15%31.96%-
HSV(B)204º68.55%48.63%-
XYZ8.139.220.42-
YUV78.63153.699.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=15.42%
G=35.57%
B=49.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39901240.690.2700.5120452.1531.96
Hex275A7C451B033cc3420
Octal47132174105330633146440
Binary10011110110101111100100010111011011001111001100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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