#28345E

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

Shades of Gulf Blue #28345E

Tints of Gulf Blue #28345E

Color information

#28345E (or 0x28345E) is unknown color: approx Gulf Blue. HEX triplet: 28, 34 and 5E. RGB value is (40,52,94). Sum of RGB (Red+Green+Blue) = 40+52+94=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #28345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28345E is #D7CBA1. Grayscale: #353535. Windows color (decimal): -14142370 or 6173736. OLE color: 6173736.

HSL color Cylindrical-coordinate representation of color #28345E: hue angle of 226.67º 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 #28345E is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB405294-
CMYK0.570.4500.63
HSL226.67º40.3%26.27%-
HSV(B)226.67º57.45%36.86%-
XYZ4.123.7211.09-
YUV53.2151.02118.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=21.51%
G=27.96%
B=50.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4052940.570.4500.63226.6740.326.27
Hex28345E392D03Fe3281a
Octal506413671550773435032
Binary101000110100101111011100110110101111111110001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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