#25557A

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

Shades of Bahama Blue #25557A

Tints of Bahama Blue #25557A

Color information

#25557A (or 0x25557A) is unknown color: approx Bahama Blue. HEX triplet: 25, 55 and 7A. RGB value is (37,85,122). Sum of RGB (Red+Green+Blue) = 37+85+122=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #25557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25557A is #DAAA85. Grayscale: #4A4A4A. Windows color (decimal): -14330502 or 8017189. OLE color: 8017189.

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

Color convert

RGB3785122-
CMYK0.700.3000.52
HSL206.12º53.46%31.18%-
HSV(B)206.12º69.67%47.84%-
XYZ7.528.319.62-
YUV74.87154.6100.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 122 (48.05% from 255) = 50%
R=15.16%
G=34.84%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37851220.700.3000.52206.1253.4631.18
Hex25557A461E034ce351f
Octal45125172106360643166537
Binary1001011010101111101010001101111001101001100111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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