#25537A

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

Shades of Bahama Blue #25537A

Tints of Bahama Blue #25537A

Color information

#25537A (or 0x25537A) is unknown color: approx Bahama Blue. HEX triplet: 25, 53 and 7A. RGB value is (37,83,122). Sum of RGB (Red+Green+Blue) = 37+83+122=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #25537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25537A is #DAAC85. Grayscale: #494949. Windows color (decimal): -14331014 or 8016677. OLE color: 8016677.

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

Color convert

RGB3783122-
CMYK0.700.3200.52
HSL207.53º53.46%31.18%-
HSV(B)207.53º69.67%47.84%-
XYZ7.377.9819.57-
YUV73.69155.26101.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=15.29%
G=34.30%
B=50.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37831220.700.3200.52207.5353.4631.18
Hex25537A4620034d0351f
Octal45123172106400643206537
Binary10010110100111111010100011010000001101001101000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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