Html Css Color HEX #256588 Bahama Blue

📋 copy color: '#256588'

red 37 ◦ green 101 ◦ blue 136

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

Shades of Bahama Blue #256588

Tints of Bahama Blue #256588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 13.5%
G = 36.86%
B = 49.64%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#256588 (or 0x256588) is known color: Bahama Blue. HEX triplet: 25, 65 and 88. RGB value is (37,101,136). Sum of RGB (Red+Green+Blue) = 37+101+136=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #256588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256588 is #DA9A77. Grayscale: #555555. Windows color (decimal): -14326392 or 8938789. OLE color: 8938789.

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

Color convert

RGB 37 101 136 -
CMYK 0.73 0.26 0 0.47
HSL 201.21º 0.57% 0.34% -
HSV(B) 201.21º 0.73% 0.53% -
XYZ 9.86 11.48 24.99 -
YUV 85.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 37 101 136 0.73 0.26 0 0.47 201.21 0.57 0.34
Hex 25 65 88 49 1A 0 2F C9 39 22
Octal 45 145 210 111 32 0 57 311 71 42
Binary 100101 1100101 10001000 1001001 11010 0 101111 11001001 111001 100010

Color Harmonies of #256588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256588

Black with #256588

Text Example


Text Example

White with #256588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256588; }

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

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

background-color css

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

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

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

border-color css

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

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

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