#285883

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

Shades of Bahama Blue #285883

Tints of Bahama Blue #285883

Color information

#285883 (or 0x285883) is unknown color: approx Bahama Blue. HEX triplet: 28, 58 and 83. RGB value is (40,88,131). Sum of RGB (Red+Green+Blue) = 40+88+131=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #285883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285883 is #D7A77C. Grayscale: #4E4E4E. Windows color (decimal): -14133117 or 8607784. OLE color: 8607784.

HSL color Cylindrical-coordinate representation of color #285883: hue angle of 208.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285883 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4088131-
CMYK0.690.3300.49
HSL208.35º53.22%33.53%-
HSV(B)208.35º69.47%51.37%-
XYZ8.469.0722.78-
YUV78.55157.6100.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 131 (51.56% from 255) = 50.58%
R=15.44%
G=33.98%
B=50.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40881310.690.3300.49208.3553.2233.53
Hex2858834521031d03522
Octal50130203105410613206542
Binary1010001011000100000111000101100001011000111010000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285883; }

 p { color: rgb(40,88,131); }

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

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

 a { background-color: rgb(40,88,131); }

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

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

 span { border-color: rgb(40,88,131); }

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