#255381

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

Shades of Bahama Blue #255381

Tints of Bahama Blue #255381

Color information

#255381 (or 0x255381) is unknown color: approx Bahama Blue. HEX triplet: 25, 53 and 81. RGB value is (37,83,129). Sum of RGB (Red+Green+Blue) = 37+83+129=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #255381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255381 is #DAAC7E. Grayscale: #4A4A4A. Windows color (decimal): -14331007 or 8475429. OLE color: 8475429.

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

Color convert

RGB3783129-
CMYK0.710.3600.49
HSL210º55.42%32.55%-
HSV(B)210º71.32%50.59%-
XYZ7.828.1621.93-
YUV74.49158.76101.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=14.86%
G=33.33%
B=51.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37831290.710.3600.4921055.4232.55
Hex2553814724031d23721
Octal45123201107440613226741
Binary1001011010011100000011000111100100011000111010010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255381; }

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

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

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

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

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

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

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

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