Html Css Color HEX #25587D Bahama Blue

📋 copy color: '#25587D'

red 37 ◦ green 88 ◦ blue 125

#25587D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #25587D

Tints of Bahama Blue #25587D

RGB

 RED value IS 37 (14.84% from 255) = 14.8%

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 125 (49.22% from 255) = 50%

R = 14.8%
G = 35.2%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25587D (or 0x25587D) is known color: Bahama Blue. HEX triplet: 25, 58 and 7D. RGB value is (37,88,125). Sum of RGB (Red+Green+Blue) = 37+88+125=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #25587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25587D is #DAA782. Grayscale: #4C4C4C. Windows color (decimal): -14329731 or 8214565. OLE color: 8214565.

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

Color convert

RGB 37 88 125 -
CMYK 0.70 0.30 0 0.51
HSL 205.23º 0.54% 0.32% -
HSV(B) 205.23º 0.7% 0.49% -
XYZ 7.95 8.85 20.69 -
YUV 76.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 37 88 125 0.70 0.30 0 0.51 205.23 0.54 0.32
Hex 25 58 7D 46 1E 0 33 CD 36 20
Octal 45 130 175 106 36 0 63 315 66 40
Binary 100101 1011000 1111101 1000110 11110 0 110011 11001101 110110 100000

Color Harmonies of #25587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25587D

Black with #25587D

Text Example


Text Example

White with #25587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25587D;
 }
 .AnyTagClassName
 {
   color: #25587D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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