Html Css Color HEX #256589 Bahama Blue

📋 copy color: '#256589'

red 37 ◦ green 101 ◦ blue 137

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

Shades of Bahama Blue #256589

Tints of Bahama Blue #256589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 13.45%
G = 36.73%
B = 49.82%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#256589 (or 0x256589) is known color: Bahama Blue. HEX triplet: 25, 65 and 89. RGB value is (37,101,137). Sum of RGB (Red+Green+Blue) = 37+101+137=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #256589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256589 is #DA9A76. Grayscale: #555555. Windows color (decimal): -14326391 or 9004325. OLE color: 9004325.

HSL color Cylindrical-coordinate representation of color #256589: hue angle of 201.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256589 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 101 137 -
CMYK 0.73 0.26 0 0.46
HSL 201.6º 0.57% 0.34% -
HSV(B) 201.6º 0.73% 0.54% -
XYZ 9.93 11.51 25.36 -
YUV 85.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 37 101 137 0.73 0.26 0 0.46 201.6 0.57 0.34
Hex 25 65 89 49 1A 0 2E CA 39 22
Octal 45 145 211 111 32 0 56 312 71 42
Binary 100101 1100101 10001001 1001001 11010 0 101110 11001010 111001 100010

Color Harmonies of #256589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256589

Black with #256589

Text Example


Text Example

White with #256589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256589; }

 p { color: rgb(37,101,137); }

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

background-color css

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

 a { background-color: rgb(37,101,137); }

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

border-color css

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

 span { border-color: rgb(37,101,137); }

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