#255881

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

Shades of Bahama Blue #255881

Tints of Bahama Blue #255881

Color information

#255881 (or 0x255881) is unknown color: approx Bahama Blue. HEX triplet: 25, 58 and 81. RGB value is (37,88,129). Sum of RGB (Red+Green+Blue) = 37+88+129=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #255881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255881 is #DAA77E. Grayscale: #4D4D4D. Windows color (decimal): -14329727 or 8476709. OLE color: 8476709.

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

Color convert

RGB3788129-
CMYK0.710.3200.49
HSL206.74º55.42%32.55%-
HSV(B)206.74º71.32%50.59%-
XYZ8.228.9622.06-
YUV77.42157.199.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 129 (50.78% from 255) = 50.79%
R=14.57%
G=34.65%
B=50.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37881290.710.3200.49206.7455.4232.55
Hex2558814720031cf3721
Octal45130201107400613176741
Binary1001011011000100000011000111100000011000111001111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255881; }

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

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

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

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

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

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

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

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