Html Css Color HEX #25547B Bahama Blue

📋 copy color: '#25547B'

red 37 ◦ green 84 ◦ blue 123

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

Shades of Bahama Blue #25547B

Tints of Bahama Blue #25547B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

 BLUE value IS 123 (48.44% from 255) = 50.41%

R = 15.16%
G = 34.43%
B = 50.41%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25547B (or 0x25547B) is known color: Bahama Blue. HEX triplet: 25, 54 and 7B. RGB value is (37,84,123). Sum of RGB (Red+Green+Blue) = 37+84+123=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #25547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25547B is #DAAB84. Grayscale: #4A4A4A. Windows color (decimal): -14330757 or 8082469. OLE color: 8082469.

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

Color convert

RGB 37 84 123 -
CMYK 0.70 0.32 0 0.52
HSL 207.21º 0.54% 0.31% -
HSV(B) 207.21º 0.7% 0.48% -
XYZ 7.51 8.16 19.92 -
YUV 74.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 37 84 123 0.70 0.32 0 0.52 207.21 0.54 0.31
Hex 25 54 7B 46 20 0 34 CF 36 1F
Octal 45 124 173 106 40 0 64 317 66 37
Binary 100101 1010100 1111011 1000110 100000 0 110100 11001111 110110 11111

Color Harmonies of #25547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25547B

Black with #25547B

Text Example


Text Example

White with #25547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25547B; }

 p { color: rgb(37,84,123); }

 H1.HeaderClassName
 {
   color: #25547B;
 }
 .AnyTagClassName
 {
   color: #25547B;
 }
</style>

background-color css

<style>
 a { background-color: #25547B; }

 a { background-color: rgb(37,84,123); }

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

border-color css

<style>
 span { border-color: #25547B; }

 span { border-color: rgb(37,84,123); }

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