#256082

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

Shades of Bahama Blue #256082

Tints of Bahama Blue #256082

Color information

#256082 (or 0x256082) is unknown color: approx Bahama Blue. HEX triplet: 25, 60 and 82. RGB value is (37,96,130). Sum of RGB (Red+Green+Blue) = 37+96+130=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #256082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256082 is #DA9F7D. Grayscale: #525252. Windows color (decimal): -14327678 or 8544293. OLE color: 8544293.

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

Color convert

RGB3796130-
CMYK0.720.2600.49
HSL201.94º55.69%32.75%-
HSV(B)201.94º71.54%50.98%-
XYZ8.9810.3722.65-
YUV82.23154.9595.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=14.07%
G=36.50%
B=49.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37961300.720.2600.49201.9455.6932.75
Hex256082481A031ca3821
Octal45140202110320613127041
Binary100101110000010000010100100011010011000111001010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256082; }

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

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

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

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

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

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

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

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