#255F82

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

Shades of Bahama Blue #255F82

Tints of Bahama Blue #255F82

Color information

#255F82 (or 0x255F82) is unknown color: approx Bahama Blue. HEX triplet: 25, 5F and 82. RGB value is (37,95,130). Sum of RGB (Red+Green+Blue) = 37+95+130=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #255F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F82 is #DAA07D. Grayscale: #515151. Windows color (decimal): -14327934 or 8544037. OLE color: 8544037.

HSL color Cylindrical-coordinate representation of color #255F82: hue angle of 202.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255F82 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3795130-
CMYK0.720.2700.49
HSL202.58º55.69%32.75%-
HSV(B)202.58º71.54%50.98%-
XYZ8.8810.1922.62-
YUV81.65155.2896.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=14.12%
G=36.26%
B=49.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37951300.720.2700.49202.5855.6932.75
Hex255F82481B031cb3821
Octal45137202110330613137041
Binary100101101111110000010100100011011011000111001011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255F82; }

 p { color: rgb(37,95,130); }

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

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

 a { background-color: rgb(37,95,130); }

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

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

 span { border-color: rgb(37,95,130); }

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