#255B7D

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

Shades of Bahama Blue #255B7D

Tints of Bahama Blue #255B7D

Color information

#255B7D (or 0x255B7D) is unknown color: approx Bahama Blue. HEX triplet: 25, 5B and 7D. RGB value is (37,91,125). Sum of RGB (Red+Green+Blue) = 37+91+125=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #255B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B7D is #DAA482. Grayscale: #4E4E4E. Windows color (decimal): -14328963 or 8215333. OLE color: 8215333.

HSL color Cylindrical-coordinate representation of color #255B7D: hue angle of 203.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255B7D is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3791125-
CMYK0.700.2700.51
HSL203.18º54.32%31.76%-
HSV(B)203.18º70.4%49.02%-
XYZ8.219.3620.78-
YUV78.73154.1198.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 125 (49.22% from 255) = 49.41%
R=14.62%
G=35.97%
B=49.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37911250.700.2700.51203.1854.3231.76
Hex255B7D461B033cb3620
Octal45133175106330633136640
Binary10010110110111111101100011011011011001111001011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,91,125); }

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

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

 a { background-color: rgb(37,91,125); }

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

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

 span { border-color: rgb(37,91,125); }

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