Html Css Color HEX #256180 Bahama Blue

📋 copy color: '#256180'

red 37 ◦ green 97 ◦ blue 128

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

Shades of Bahama Blue #256180

Tints of Bahama Blue #256180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 14.12%
G = 37.02%
B = 48.85%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#256180 (or 0x256180) is known color: Bahama Blue. HEX triplet: 25, 61 and 80. RGB value is (37,97,128). Sum of RGB (Red+Green+Blue) = 37+97+128=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #256180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256180 is #DA9E7F. Grayscale: #525252. Windows color (decimal): -14327424 or 8413477. OLE color: 8413477.

HSL color Cylindrical-coordinate representation of color #256180: hue angle of 200.44º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256180 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 97 128 -
CMYK 0.71 0.24 0 0.50
HSL 200.44º 0.55% 0.32% -
HSV(B) 200.44º 0.71% 0.5% -
XYZ 8.93 10.5 21.98 -
YUV 82.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 37 97 128 0.71 0.24 0 0.50 200.44 0.55 0.32
Hex 25 61 80 47 18 0 32 C8 37 20
Octal 45 141 200 107 30 0 62 310 67 40
Binary 100101 1100001 10000000 1000111 11000 0 110010 11001000 110111 100000

Color Harmonies of #256180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256180

Black with #256180

Text Example


Text Example

White with #256180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256180; }

 p { color: rgb(37,97,128); }

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

background-color css

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

 a { background-color: rgb(37,97,128); }

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

border-color css

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

 span { border-color: rgb(37,97,128); }

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