#275E84

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

Shades of Bahama Blue #275E84

Tints of Bahama Blue #275E84

Color information

#275E84 (or 0x275E84) is unknown color: approx Bahama Blue. HEX triplet: 27, 5E and 84. RGB value is (39,94,132). Sum of RGB (Red+Green+Blue) = 39+94+132=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #275E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275E84 is #D8A17B. Grayscale: #515151. Windows color (decimal): -14197116 or 8674855. OLE color: 8674855.

HSL color Cylindrical-coordinate representation of color #275E84: hue angle of 204.52º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275E84 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3994132-
CMYK0.700.2900.48
HSL204.52º54.39%33.53%-
HSV(B)204.52º70.45%51.76%-
XYZ910.123.31-
YUV81.89156.2897.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=14.72%
G=35.47%
B=49.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39941320.700.2900.48204.5254.3933.53
Hex275E84461D030cd3622
Octal47136204106350603156642
Binary100111101111010000100100011011101011000011001101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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