Html Css Color HEX #256688 Bahama Blue

📋 copy color: '#256688'

red 37 ◦ green 102 ◦ blue 136

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

Shades of Bahama Blue #256688

Tints of Bahama Blue #256688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 13.45%
G = 37.09%
B = 49.45%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#256688 (or 0x256688) is known color: Bahama Blue. HEX triplet: 25, 66 and 88. RGB value is (37,102,136). Sum of RGB (Red+Green+Blue) = 37+102+136=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #256688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256688 is #DA9977. Grayscale: #565656. Windows color (decimal): -14326136 or 8939045. OLE color: 8939045.

HSL color Cylindrical-coordinate representation of color #256688: hue angle of 200.61º 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 #256688 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 102 136 -
CMYK 0.73 0.25 0 0.47
HSL 200.61º 0.57% 0.34% -
HSV(B) 200.61º 0.73% 0.53% -
XYZ 9.96 11.67 25.02 -
YUV 86.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 37 102 136 0.73 0.25 0 0.47 200.61 0.57 0.34
Hex 25 66 88 49 19 0 2F C9 39 22
Octal 45 146 210 111 31 0 57 311 71 42
Binary 100101 1100110 10001000 1001001 11001 0 101111 11001001 111001 100010

Color Harmonies of #256688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256688

Black with #256688

Text Example


Text Example

White with #256688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256688; }

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

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

background-color css

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

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

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

border-color css

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

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

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