#255982

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

Shades of Bahama Blue #255982

Tints of Bahama Blue #255982

Color information

#255982 (or 0x255982) is unknown color: approx Bahama Blue. HEX triplet: 25, 59 and 82. RGB value is (37,89,130). Sum of RGB (Red+Green+Blue) = 37+89+130=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #255982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255982 is #DAA67D. Grayscale: #4D4D4D. Windows color (decimal): -14329470 or 8542501. OLE color: 8542501.

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

Color convert

RGB3789130-
CMYK0.720.3200.49
HSL206.45º55.69%32.75%-
HSV(B)206.45º71.54%50.98%-
XYZ8.369.1522.44-
YUV78.13157.2798.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=14.45%
G=34.77%
B=50.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37891300.720.3200.49206.4555.6932.75
Hex2559824820031ce3821
Octal45131202110400613167041
Binary1001011011001100000101001000100000011000111001110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255982; }

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

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

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

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

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

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

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

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