#255181

Color #255181 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #255181

Tints of Bahama Blue #255181

Color information

#255181 (or 0x255181) is unknown color: approx Bahama Blue. HEX triplet: 25, 51 and 81. RGB value is (37,81,129). Sum of RGB (Red+Green+Blue) = 37+81+129=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #255181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255181 is #DAAE7E. Grayscale: #494949. Windows color (decimal): -14331519 or 8474917. OLE color: 8474917.

HSL color Cylindrical-coordinate representation of color #255181: hue angle of 211.3º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255181 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3781129-
CMYK0.710.3700.49
HSL211.3º55.42%32.55%-
HSV(B)211.3º71.32%50.59%-
XYZ7.677.8621.88-
YUV73.32159.42102.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=14.98%
G=32.79%
B=52.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37811290.710.3700.49211.355.4232.55
Hex2551814725031d33721
Octal45121201107450613236741
Binary1001011010001100000011000111100101011000111010011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255181; }

 p { color: rgb(37,81,129); }

 H1.HeaderClassName
 {
   color: #255181;
 }
 .AnyTagClassName
 {
   color: #255181;
 }
</style>
background-color css

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

 a { background-color: rgb(37,81,129); }

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

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

 span { border-color: rgb(37,81,129); }

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