#255781

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

Shades of Bahama Blue #255781

Tints of Bahama Blue #255781

Color information

#255781 (or 0x255781) is unknown color: approx Bahama Blue. HEX triplet: 25, 57 and 81. RGB value is (37,87,129). Sum of RGB (Red+Green+Blue) = 37+87+129=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #255781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255781 is #DAA87E. Grayscale: #4C4C4C. Windows color (decimal): -14329983 or 8476453. OLE color: 8476453.

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

Color convert

RGB3787129-
CMYK0.710.3300.49
HSL207.39º55.42%32.55%-
HSV(B)207.39º71.32%50.59%-
XYZ8.138.7922.04-
YUV76.84157.4499.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=14.62%
G=34.39%
B=50.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37871290.710.3300.49207.3955.4232.55
Hex2557814721031cf3721
Octal45127201107410613176741
Binary1001011010111100000011000111100001011000111001111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255781; }

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

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

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

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

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

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

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

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