#255584

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

Shades of Bahama Blue #255584

Tints of Bahama Blue #255584

Color information

#255584 (or 0x255584) is unknown color: approx Bahama Blue. HEX triplet: 25, 55 and 84. RGB value is (37,85,132). Sum of RGB (Red+Green+Blue) = 37+85+132=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #255584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255584 is #DAAA7B. Grayscale: #4B4B4B. Windows color (decimal): -14330492 or 8672549. OLE color: 8672549.

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

Color convert

RGB3785132-
CMYK0.720.3600.48
HSL209.68º56.21%33.14%-
HSV(B)209.68º71.97%51.76%-
XYZ8.188.5623.05-
YUV76.01159.6100.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=14.57%
G=33.46%
B=51.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37851320.720.3600.48209.6856.2133.14
Hex2555844824030d23821
Octal45125204110440603227041
Binary1001011010101100001001001000100100011000011010010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255584; }

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

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

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

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

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

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

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

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