#28345F

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

Shades of Gulf Blue #28345F

Tints of Gulf Blue #28345F

Color information

#28345F (or 0x28345F) is unknown color: approx Gulf Blue. HEX triplet: 28, 34 and 5F. RGB value is (40,52,95). Sum of RGB (Red+Green+Blue) = 40+52+95=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #28345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28345F is #D7CBA0. Grayscale: #353535. Windows color (decimal): -14142369 or 6239272. OLE color: 6239272.

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

Color convert

RGB405295-
CMYK0.580.4500.63
HSL226.91º40.74%26.47%-
HSV(B)226.91º57.89%37.25%-
XYZ4.173.7311.33-
YUV53.31151.52118.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 95 (37.5% from 255) = 50.80%
R=21.39%
G=27.81%
B=50.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4052950.580.4500.63226.9140.7426.47
Hex28345F3A2D03Fe3291a
Octal506413772550773435132
Binary101000110100101111111101010110101111111110001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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