#32445E

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

Shades of Gulf Blue #32445E

Tints of Gulf Blue #32445E

Color information

#32445E (or 0x32445E) is unknown color: approx Gulf Blue. HEX triplet: 32, 44 and 5E. RGB value is (50,68,94). Sum of RGB (Red+Green+Blue) = 50+68+94=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #32445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32445E is #CDBBA1. Grayscale: #414141. Windows color (decimal): -13482914 or 6177842. OLE color: 6177842.

HSL color Cylindrical-coordinate representation of color #32445E: hue angle of 215.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32445E is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB506894-
CMYK0.470.2800.63
HSL215.45º30.56%28.24%-
HSV(B)215.45º46.81%36.86%-
XYZ5.45.6211.39-
YUV65.58144.04116.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=23.58%
G=32.08%
B=44.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5068940.470.2800.63215.4530.5628.24
Hex32445E2F1C03Fd71f1c
Octal6210413657340773273734
Binary11001010001001011110101111111000111111110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,68,94); }

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

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

 a { background-color: rgb(50,68,94); }

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

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

 span { border-color: rgb(50,68,94); }

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