#256484

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

Shades of Bahama Blue #256484

Tints of Bahama Blue #256484

Color information

#256484 (or 0x256484) is unknown color: approx Bahama Blue. HEX triplet: 25, 64 and 84. RGB value is (37,100,132). Sum of RGB (Red+Green+Blue) = 37+100+132=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #256484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256484 is #DA9B7B. Grayscale: #545454. Windows color (decimal): -14326652 or 8676389. OLE color: 8676389.

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

Color convert

RGB37100132-
CMYK0.720.2400.48
HSL200.21º56.21%33.14%-
HSV(B)200.21º71.97%51.76%-
XYZ9.4811.1723.49-
YUV84.81154.6393.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=13.75%
G=37.17%
B=49.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371001320.720.2400.48200.2156.2133.14
Hex2564844818030c83821
Octal45144204110300603107041
Binary100101110010010000100100100011000011000011001000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256484; }

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

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

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

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

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

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

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

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