#28355F

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

Shades of Gulf Blue #28355F

Tints of Gulf Blue #28355F

Color information

#28355F (or 0x28355F) is unknown color: approx Gulf Blue. HEX triplet: 28, 35 and 5F. RGB value is (40,53,95). Sum of RGB (Red+Green+Blue) = 40+53+95=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #28355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28355F is #D7CAA0. Grayscale: #353535. Windows color (decimal): -14142113 or 6239528. OLE color: 6239528.

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

Color convert

RGB405395-
CMYK0.580.4400.63
HSL225.82º40.74%26.47%-
HSV(B)225.82º57.89%37.25%-
XYZ4.213.8211.34-
YUV53.9151.19118.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=21.28%
G=28.19%
B=50.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4053950.580.4400.63225.8240.7426.47
Hex28355F3A2C03Fe2291a
Octal506513772540773425132
Binary101000110101101111111101010110001111111110001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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