#25577A

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

Shades of Bahama Blue #25577A

Tints of Bahama Blue #25577A

Color information

#25577A (or 0x25577A) is unknown color: approx Bahama Blue. HEX triplet: 25, 57 and 7A. RGB value is (37,87,122). Sum of RGB (Red+Green+Blue) = 37+87+122=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #25577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25577A is #DAA885. Grayscale: #4B4B4B. Windows color (decimal): -14329990 or 8017701. OLE color: 8017701.

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

Color convert

RGB3787122-
CMYK0.700.2900.52
HSL204.71º53.46%31.18%-
HSV(B)204.71º69.67%47.84%-
XYZ7.688.6119.67-
YUV76.04153.94100.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=15.04%
G=35.37%
B=49.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37871220.700.2900.52204.7153.4631.18
Hex25577A461D034cd351f
Octal45127172106350643156537
Binary1001011010111111101010001101110101101001100110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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