#28365F

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

Shades of Gulf Blue #28365F

Tints of Gulf Blue #28365F

Color information

#28365F (or 0x28365F) is unknown color: approx Gulf Blue. HEX triplet: 28, 36 and 5F. RGB value is (40,54,95). Sum of RGB (Red+Green+Blue) = 40+54+95=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #28365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28365F is #D7C9A0. Grayscale: #363636. Windows color (decimal): -14141857 or 6239784. OLE color: 6239784.

HSL color Cylindrical-coordinate representation of color #28365F: hue angle of 224.73º 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 #28365F is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB405495-
CMYK0.580.4300.63
HSL224.73º40.74%26.47%-
HSV(B)224.73º57.89%37.25%-
XYZ4.263.9211.36-
YUV54.49150.86117.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 95 (37.5% from 255) = 50.26%
R=21.16%
G=28.57%
B=50.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4054950.580.4300.63224.7340.7426.47
Hex28365F3A2B03Fe1291a
Octal506613772530773415132
Binary101000110110101111111101010101101111111110000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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