#256084

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

Shades of Bahama Blue #256084

Tints of Bahama Blue #256084

Color information

#256084 (or 0x256084) is unknown color: approx Bahama Blue. HEX triplet: 25, 60 and 84. RGB value is (37,96,132). Sum of RGB (Red+Green+Blue) = 37+96+132=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #256084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256084 is #DA9F7B. Grayscale: #525252. Windows color (decimal): -14327676 or 8675365. OLE color: 8675365.

HSL color Cylindrical-coordinate representation of color #256084: hue angle of 202.74º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256084 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3796132-
CMYK0.720.2700.48
HSL202.74º56.21%33.14%-
HSV(B)202.74º71.97%51.76%-
XYZ9.1110.4323.36-
YUV82.46155.9595.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=13.96%
G=36.23%
B=49.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37961320.720.2700.48202.7456.2133.14
Hex256084481B030cb3821
Octal45140204110330603137041
Binary100101110000010000100100100011011011000011001011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256084; }

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

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

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

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

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

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

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

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