#255182

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

Shades of Bahama Blue #255182

Tints of Bahama Blue #255182

Color information

#255182 (or 0x255182) is unknown color: approx Bahama Blue. HEX triplet: 25, 51 and 82. RGB value is (37,81,130). Sum of RGB (Red+Green+Blue) = 37+81+130=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #255182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255182 is #DAAE7D. Grayscale: #494949. Windows color (decimal): -14331518 or 8540453. OLE color: 8540453.

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

Color convert

RGB3781130-
CMYK0.720.3800.49
HSL211.61º55.69%32.75%-
HSV(B)211.61º71.54%50.98%-
XYZ7.737.8922.23-
YUV73.43159.92102.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=14.92%
G=32.66%
B=52.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37811300.720.3800.49211.6155.6932.75
Hex2551824826031d43821
Octal45121202110460613247041
Binary1001011010001100000101001000100110011000111010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255182; }

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

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

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

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

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

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

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

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