#25557D

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

Shades of Bahama Blue #25557D

Tints of Bahama Blue #25557D

Color information

#25557D (or 0x25557D) is unknown color: approx Bahama Blue. HEX triplet: 25, 55 and 7D. RGB value is (37,85,125). Sum of RGB (Red+Green+Blue) = 37+85+125=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #25557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25557D is #DAAA82. Grayscale: #4B4B4B. Windows color (decimal): -14330499 or 8213797. OLE color: 8213797.

HSL color Cylindrical-coordinate representation of color #25557D: hue angle of 207.27º 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 #25557D is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3785125-
CMYK0.700.3200.51
HSL207.27º54.32%31.76%-
HSV(B)207.27º70.4%49.02%-
XYZ7.718.3720.61-
YUV75.21156.1100.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=14.98%
G=34.41%
B=50.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37851250.700.3200.51207.2754.3231.76
Hex25557D4620033cf3620
Octal45125175106400633176640
Binary100101101010111111011000110100000011001111001111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25557D; }

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

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

<style>
 a { background-color: #25557D; }

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

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

<style>
 span { border-color: #25557D; }

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

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