#255983

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

Shades of Bahama Blue #255983

Tints of Bahama Blue #255983

Color information

#255983 (or 0x255983) is unknown color: approx Bahama Blue. HEX triplet: 25, 59 and 83. RGB value is (37,89,131). Sum of RGB (Red+Green+Blue) = 37+89+131=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #255983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255983 is #DAA67C. Grayscale: #4E4E4E. Windows color (decimal): -14329469 or 8608037. OLE color: 8608037.

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

Color convert

RGB3789131-
CMYK0.720.3200.49
HSL206.81º55.95%32.94%-
HSV(B)206.81º71.76%51.37%-
XYZ8.439.1822.8-
YUV78.24157.7798.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 131 (51.56% from 255) = 50.97%
R=14.40%
G=34.63%
B=50.97%

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
Decimal37891310.720.3200.49206.8155.9532.94
Hex2559834820031cf3821
Octal45131203110400613177041
Binary1001011011001100000111001000100000011000111001111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255983; }

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

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

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

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

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

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

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

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