#255F84

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

Shades of Bahama Blue #255F84

Tints of Bahama Blue #255F84

Color information

#255F84 (or 0x255F84) is unknown color: approx Bahama Blue. HEX triplet: 25, 5F and 84. RGB value is (37,95,132). Sum of RGB (Red+Green+Blue) = 37+95+132=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #255F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F84 is #DAA07B. Grayscale: #515151. Windows color (decimal): -14327932 or 8675109. OLE color: 8675109.

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

Color convert

RGB3795132-
CMYK0.720.2800.48
HSL203.37º56.21%33.14%-
HSV(B)203.37º71.97%51.76%-
XYZ9.0210.2423.33-
YUV81.88156.2895.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 132 (51.95% from 255) = 50%
R=14.02%
G=35.98%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37951320.720.2800.48203.3756.2133.14
Hex255F84481C030cb3821
Octal45137204110340603137041
Binary100101101111110000100100100011100011000011001011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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