Html Css Color HEX #25577A Bahama Blue

📋 copy color: '#25577A'

red 37 ◦ green 87 ◦ blue 122

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

Shades of Bahama Blue #25577A

Tints of Bahama Blue #25577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 49.59%

R = 15.04%
G = 35.37%
B = 49.59%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25577A (or 0x25577A) is known color: Bahama Blue. HEX triplet: 25, 57 and 7A. RGB value is (37,87,122). Sum of RGB (Red+Green+Blue) = 37+87+122=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #25577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25577A is #DAA885. Grayscale: #4B4B4B. Windows color (decimal): -14329990 or 8017701. OLE color: 8017701.

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

Color convert

RGB 37 87 122 -
CMYK 0.70 0.29 0 0.52
HSL 204.71º 0.53% 0.31% -
HSV(B) 204.71º 0.7% 0.48% -
XYZ 7.68 8.61 19.67 -
YUV 76.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 37 87 122 0.70 0.29 0 0.52 204.71 0.53 0.31
Hex 25 57 7A 46 1D 0 34 CD 35 1F
Octal 45 127 172 106 35 0 64 315 65 37
Binary 100101 1010111 1111010 1000110 11101 0 110100 11001101 110101 11111

Color Harmonies of #25577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25577A

Black with #25577A

Text Example


Text Example

White with #25577A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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