Html Css Color HEX #25567D Bahama Blue

📋 copy color: '#25567D'

red 37 ◦ green 86 ◦ blue 125

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

Shades of Bahama Blue #25567D

Tints of Bahama Blue #25567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 14.92%
G = 34.68%
B = 50.4%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25567D (or 0x25567D) is known color: Bahama Blue. HEX triplet: 25, 56 and 7D. RGB value is (37,86,125). Sum of RGB (Red+Green+Blue) = 37+86+125=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #25567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25567D is #DAA982. Grayscale: #4B4B4B. Windows color (decimal): -14330243 or 8214053. OLE color: 8214053.

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

Color convert

RGB 37 86 125 -
CMYK 0.70 0.31 0 0.51
HSL 206.59º 0.54% 0.32% -
HSV(B) 206.59º 0.7% 0.49% -
XYZ 7.79 8.53 20.64 -
YUV 75.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 37 86 125 0.70 0.31 0 0.51 206.59 0.54 0.32
Hex 25 56 7D 46 1F 0 33 CF 36 20
Octal 45 126 175 106 37 0 63 317 66 40
Binary 100101 1010110 1111101 1000110 11111 0 110011 11001111 110110 100000

Color Harmonies of #25567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25567D

Black with #25567D

Text Example


Text Example

White with #25567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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