#323B58

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

Shades of Gulf Blue #323B58

Tints of Gulf Blue #323B58

Color information

#323B58 (or 0x323B58) is unknown color: approx Gulf Blue. HEX triplet: 32, 3B and 58. RGB value is (50,59,88). Sum of RGB (Red+Green+Blue) = 50+59+88=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #323B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B58 is #CDC4A7. Grayscale: #3B3B3B. Windows color (decimal): -13485224 or 5782322. OLE color: 5782322.

HSL color Cylindrical-coordinate representation of color #323B58: hue angle of 225.79º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323B58 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB505988-
CMYK0.430.3300.65
HSL225.79º27.54%27.06%-
HSV(B)225.79º43.18%34.51%-
XYZ4.644.519.86-
YUV59.61144.02121.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=25.38%
G=29.95%
B=44.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5059880.430.3300.65225.7927.5427.06
Hex323B582B21041e21c1b
Octal6273130534101013423433
Binary110010111011101100010101110000101000001111000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,88); }

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

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

 a { background-color: rgb(50,59,88); }

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

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

 span { border-color: rgb(50,59,88); }

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