#255C87

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

Shades of Bahama Blue #255C87

Tints of Bahama Blue #255C87

Color information

#255C87 (or 0x255C87) is unknown color: approx Bahama Blue. HEX triplet: 25, 5C and 87. RGB value is (37,92,135). Sum of RGB (Red+Green+Blue) = 37+92+135=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #255C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C87 is #DAA378. Grayscale: #505050. Windows color (decimal): -14328697 or 8870949. OLE color: 8870949.

HSL color Cylindrical-coordinate representation of color #255C87: hue angle of 206.33º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255C87 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3792135-
CMYK0.730.3200.47
HSL206.33º56.98%33.73%-
HSV(B)206.33º72.59%52.94%-
XYZ8.969.824.34-
YUV80.46158.7897-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=14.02%
G=34.85%
B=51.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37921350.730.3200.47206.3356.9833.73
Hex255C87492002Fce3922
Octal45134207111400573167142
Binary1001011011100100001111001001100000010111111001110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255C87; }

 p { color: rgb(37,92,135); }

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

<style>
 a { background-color: #255C87; }

 a { background-color: rgb(37,92,135); }

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

<style>
 span { border-color: #255C87; }

 span { border-color: rgb(37,92,135); }

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