#255281

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

Shades of Bahama Blue #255281

Tints of Bahama Blue #255281

Color information

#255281 (or 0x255281) is unknown color: approx Bahama Blue. HEX triplet: 25, 52 and 81. RGB value is (37,82,129). Sum of RGB (Red+Green+Blue) = 37+82+129=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #255281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255281 is #DAAD7E. Grayscale: #494949. Windows color (decimal): -14331263 or 8475173. OLE color: 8475173.

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

Color convert

RGB3782129-
CMYK0.710.3600.49
HSL210.65º55.42%32.55%-
HSV(B)210.65º71.32%50.59%-
XYZ7.748.0121.91-
YUV73.9159.09101.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=14.92%
G=33.06%
B=52.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37821290.710.3600.49210.6555.4232.55
Hex2552814724031d33721
Octal45122201107440613236741
Binary1001011010010100000011000111100100011000111010011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255281; }

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

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

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

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

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

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

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

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