#255081

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

Shades of Bahama Blue #255081

Tints of Bahama Blue #255081

Color information

#255081 (or 0x255081) is unknown color: approx Bahama Blue. HEX triplet: 25, 50 and 81. RGB value is (37,80,129). Sum of RGB (Red+Green+Blue) = 37+80+129=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #255081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255081 is #DAAF7E. Grayscale: #484848. Windows color (decimal): -14331775 or 8474661. OLE color: 8474661.

HSL color Cylindrical-coordinate representation of color #255081: hue angle of 211.96º 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 #255081 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3780129-
CMYK0.710.3800.49
HSL211.96º55.42%32.55%-
HSV(B)211.96º71.32%50.59%-
XYZ7.597.7221.86-
YUV72.73159.75102.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=15.04%
G=32.52%
B=52.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37801290.710.3800.49211.9655.4232.55
Hex2550814726031d43721
Octal45120201107460613246741
Binary1001011010000100000011000111100110011000111010100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255081; }

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

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

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

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

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

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

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

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