Html Css Color HEX #25577C Bahama Blue

📋 copy color: '#25577C'

red 37 ◦ green 87 ◦ blue 124

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

Shades of Bahama Blue #25577C

Tints of Bahama Blue #25577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

 BLUE value IS 124 (48.83% from 255) = 50%

R = 14.92%
G = 35.08%
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

#25577C (or 0x25577C) is known color: Bahama Blue. HEX triplet: 25, 57 and 7C. RGB value is (37,87,124). Sum of RGB (Red+Green+Blue) = 37+87+124=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #25577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25577C is #DAA883. Grayscale: #4C4C4C. Windows color (decimal): -14329988 or 8148773. OLE color: 8148773.

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

Color convert

RGB 37 87 124 -
CMYK 0.70 0.30 0 0.51
HSL 205.52º 0.54% 0.32% -
HSV(B) 205.52º 0.7% 0.49% -
XYZ 7.81 8.66 20.33 -
YUV 76.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 37 87 124 0.70 0.30 0 0.51 205.52 0.54 0.32
Hex 25 57 7C 46 1E 0 33 CE 36 20
Octal 45 127 174 106 36 0 63 316 66 40
Binary 100101 1010111 1111100 1000110 11110 0 110011 11001110 110110 100000

Color Harmonies of #25577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25577C

Black with #25577C

Text Example


Text Example

White with #25577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25577C;
 }
 .AnyTagClassName
 {
   color: #25577C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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