#255779

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

Shades of Bahama Blue #255779

Tints of Bahama Blue #255779

Color information

#255779 (or 0x255779) is unknown color: approx Bahama Blue. HEX triplet: 25, 57 and 79. RGB value is (37,87,121). Sum of RGB (Red+Green+Blue) = 37+87+121=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #255779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255779 is #DAA886. Grayscale: #4B4B4B. Windows color (decimal): -14329991 or 7952165. OLE color: 7952165.

HSL color Cylindrical-coordinate representation of color #255779: hue angle of 204.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255779 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3787121-
CMYK0.690.2800.53
HSL204.29º53.16%30.98%-
HSV(B)204.29º69.42%47.45%-
XYZ7.628.5919.35-
YUV75.93153.44100.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=15.10%
G=35.51%
B=49.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37871210.690.2800.53204.2953.1630.98
Hex255779451C035cc351f
Octal45127171105340653146537
Binary1001011010111111100110001011110001101011100110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255779; }

 p { color: rgb(37,87,121); }

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

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

 a { background-color: rgb(37,87,121); }

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

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

 span { border-color: rgb(37,87,121); }

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