#255C81

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

Shades of Bahama Blue #255C81

Tints of Bahama Blue #255C81

Color information

#255C81 (or 0x255C81) is unknown color: approx Bahama Blue. HEX triplet: 25, 5C and 81. RGB value is (37,92,129). Sum of RGB (Red+Green+Blue) = 37+92+129=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #255C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C81 is #DAA37E. Grayscale: #4F4F4F. Windows color (decimal): -14328703 or 8477733. OLE color: 8477733.

HSL color Cylindrical-coordinate representation of color #255C81: hue angle of 204.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255C81 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3792129-
CMYK0.710.2900.49
HSL204.13º55.42%32.55%-
HSV(B)204.13º71.32%50.59%-
XYZ8.559.6322.18-
YUV79.77155.7897.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 129 (50.78% from 255) = 50%
R=14.34%
G=35.66%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37921290.710.2900.49204.1355.4232.55
Hex255C81471D031cc3721
Octal45134201107350613146741
Binary100101101110010000001100011111101011000111001100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255C81; }

 p { color: rgb(37,92,129); }

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

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

 a { background-color: rgb(37,92,129); }

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

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

 span { border-color: rgb(37,92,129); }

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