#323A58

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

Shades of Gulf Blue #323A58

Tints of Gulf Blue #323A58

Color information

#323A58 (or 0x323A58) is unknown color: approx Gulf Blue. HEX triplet: 32, 3A and 58. RGB value is (50,58,88). Sum of RGB (Red+Green+Blue) = 50+58+88=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #323A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A58 is #CDC5A7. Grayscale: #3A3A3A. Windows color (decimal): -13485480 or 5782066. OLE color: 5782066.

HSL color Cylindrical-coordinate representation of color #323A58: hue angle of 227.37º 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 #323A58 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB505888-
CMYK0.430.3400.65
HSL227.37º27.54%27.06%-
HSV(B)227.37º43.18%34.51%-
XYZ4.594.419.84-
YUV59.03144.35121.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=25.51%
G=29.59%
B=44.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5058880.430.3400.65227.3727.5427.06
Hex323A582B22041e31c1b
Octal6272130534201013433433
Binary110010111010101100010101110001001000001111000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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