#255581

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

Shades of Bahama Blue #255581

Tints of Bahama Blue #255581

Color information

#255581 (or 0x255581) is unknown color: approx Bahama Blue. HEX triplet: 25, 55 and 81. RGB value is (37,85,129). Sum of RGB (Red+Green+Blue) = 37+85+129=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #255581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255581 is #DAAA7E. Grayscale: #4B4B4B. Windows color (decimal): -14330495 or 8475941. OLE color: 8475941.

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

Color convert

RGB3785129-
CMYK0.710.3400.49
HSL208.7º55.42%32.55%-
HSV(B)208.7º71.32%50.59%-
XYZ7.978.4821.98-
YUV75.66158.1100.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 129 (50.78% from 255) = 51.39%
R=14.74%
G=33.86%
B=51.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37851290.710.3400.49208.755.4232.55
Hex2555814722031d13721
Octal45125201107420613216741
Binary1001011010101100000011000111100010011000111010001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255581; }

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

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

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

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

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

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

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

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