#25537E

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

Shades of Bahama Blue #25537E

Tints of Bahama Blue #25537E

Color information

#25537E (or 0x25537E) is unknown color: approx Bahama Blue. HEX triplet: 25, 53 and 7E. RGB value is (37,83,126). Sum of RGB (Red+Green+Blue) = 37+83+126=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #25537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25537E is #DAAC81. Grayscale: #494949. Windows color (decimal): -14331010 or 8278821. OLE color: 8278821.

HSL color Cylindrical-coordinate representation of color #25537E: hue angle of 208.99º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25537E is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3783126-
CMYK0.710.3400.51
HSL208.99º54.6%31.96%-
HSV(B)208.99º70.63%49.41%-
XYZ7.628.0920.9-
YUV74.15157.26101.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 126 (49.61% from 255) = 51.22%
R=15.04%
G=33.74%
B=51.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37831260.710.3400.51208.9954.631.96
Hex25537E4722033d13720
Octal45123176107420633216740
Binary100101101001111111101000111100010011001111010001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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