#323F5B

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

Shades of Gulf Blue #323F5B

Tints of Gulf Blue #323F5B

Color information

#323F5B (or 0x323F5B) is unknown color: approx Gulf Blue. HEX triplet: 32, 3F and 5B. RGB value is (50,63,91). Sum of RGB (Red+Green+Blue) = 50+63+91=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #323F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F5B is #CDC0A4. Grayscale: #3E3E3E. Windows color (decimal): -13484197 or 5979954. OLE color: 5979954.

HSL color Cylindrical-coordinate representation of color #323F5B: hue angle of 220.98º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #323F5B is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB506391-
CMYK0.450.3100.64
HSL220.98º29.08%27.65%-
HSV(B)220.98º45.05%35.69%-
XYZ4.984.9910.6-
YUV62.3144.19119.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=24.51%
G=30.88%
B=44.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5063910.450.3100.64220.9829.0827.65
Hex323F5B2D1F040dd1d1c
Octal6277133553701003353534
Binary11001011111110110111011011111101000000110111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323F5B; }

 p { color: rgb(50,63,91); }

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

<style>
 a { background-color: #323F5B; }

 a { background-color: rgb(50,63,91); }

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

<style>
 span { border-color: #323F5B; }

 span { border-color: rgb(50,63,91); }

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