#25577D

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

Shades of Bahama Blue #25577D

Tints of Bahama Blue #25577D

Color information

#25577D (or 0x25577D) is unknown color: approx Bahama Blue. HEX triplet: 25, 57 and 7D. RGB value is (37,87,125). Sum of RGB (Red+Green+Blue) = 37+87+125=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #25577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25577D is #DAA882. Grayscale: #4C4C4C. Windows color (decimal): -14329987 or 8214309. OLE color: 8214309.

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

Color convert

RGB3787125-
CMYK0.700.3000.51
HSL205.91º54.32%31.76%-
HSV(B)205.91º70.4%49.02%-
XYZ7.878.6920.66-
YUV76.38155.4499.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 125 (49.22% from 255) = 50.20%
R=14.86%
G=34.94%
B=50.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37871250.700.3000.51205.9154.3231.76
Hex25577D461E033ce3620
Octal45127175106360633166640
Binary10010110101111111101100011011110011001111001110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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