Html Css Color HEX #25537B Bahama Blue

📋 copy color: '#25537B'

red 37 ◦ green 83 ◦ blue 123

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

Shades of Bahama Blue #25537B

Tints of Bahama Blue #25537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

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

R = 15.23%
G = 34.16%
B = 50.62%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25537B (or 0x25537B) is known color: Bahama Blue. HEX triplet: 25, 53 and 7B. RGB value is (37,83,123). Sum of RGB (Red+Green+Blue) = 37+83+123=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #25537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25537B is #DAAC84. Grayscale: #494949. Windows color (decimal): -14331013 or 8082213. OLE color: 8082213.

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

Color convert

RGB 37 83 123 -
CMYK 0.70 0.33 0 0.52
HSL 207.91º 0.54% 0.31% -
HSV(B) 207.91º 0.7% 0.48% -
XYZ 7.43 8.01 19.89 -
YUV 73.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 37 83 123 0.70 0.33 0 0.52 207.91 0.54 0.31
Hex 25 53 7B 46 21 0 34 D0 36 1F
Octal 45 123 173 106 41 0 64 320 66 37
Binary 100101 1010011 1111011 1000110 100001 0 110100 11010000 110110 11111

Color Harmonies of #25537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25537B

Black with #25537B

Text Example


Text Example

White with #25537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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