#285380

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

Shades of Bahama Blue #285380

Tints of Bahama Blue #285380

Color information

#285380 (or 0x285380) is unknown color: approx Bahama Blue. HEX triplet: 28, 53 and 80. RGB value is (40,83,128). Sum of RGB (Red+Green+Blue) = 40+83+128=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #285380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285380 is #D7AC7F. Grayscale: #4B4B4B. Windows color (decimal): -14134400 or 8409896. OLE color: 8409896.

HSL color Cylindrical-coordinate representation of color #285380: hue angle of 210.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285380 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4083128-
CMYK0.690.3500.50
HSL210.68º52.38%32.94%-
HSV(B)210.68º68.75%50.2%-
XYZ7.868.221.59-
YUV75.27157.75102.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=15.94%
G=33.07%
B=51.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40831280.690.3500.50210.6852.3832.94
Hex2853804523032d33421
Octal50123200105430623236441
Binary1010001010011100000001000101100011011001011010011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285380; }

 p { color: rgb(40,83,128); }

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

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

 a { background-color: rgb(40,83,128); }

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

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

 span { border-color: rgb(40,83,128); }

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