#28355E

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

Shades of Gulf Blue #28355E

Tints of Gulf Blue #28355E

Color information

#28355E (or 0x28355E) is unknown color: approx Gulf Blue. HEX triplet: 28, 35 and 5E. RGB value is (40,53,94). Sum of RGB (Red+Green+Blue) = 40+53+94=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #28355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28355E is #D7CAA1. Grayscale: #353535. Windows color (decimal): -14142114 or 6173992. OLE color: 6173992.

HSL color Cylindrical-coordinate representation of color #28355E: hue angle of 225.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28355E is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB405394-
CMYK0.570.4400.63
HSL225.56º40.3%26.27%-
HSV(B)225.56º57.45%36.86%-
XYZ4.173.8111.1-
YUV53.79150.69118.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 53 (21.09% from 255) = 28.34%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=21.39%
G=28.34%
B=50.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4053940.570.4400.63225.5640.326.27
Hex28355E392C03Fe2281a
Octal506513671540773425032
Binary101000110101101111011100110110001111111110001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28355E; }

 p { color: rgb(40,53,94); }

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

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

 a { background-color: rgb(40,53,94); }

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

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

 span { border-color: rgb(40,53,94); }

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