#323B59

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

Shades of Gulf Blue #323B59

Tints of Gulf Blue #323B59

Color information

#323B59 (or 0x323B59) is unknown color: approx Gulf Blue. HEX triplet: 32, 3B and 59. RGB value is (50,59,89). Sum of RGB (Red+Green+Blue) = 50+59+89=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #323B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B59 is #CDC4A6. Grayscale: #3B3B3B. Windows color (decimal): -13485223 or 5847858. OLE color: 5847858.

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

Color convert

RGB505989-
CMYK0.440.3400.65
HSL226.15º28.06%27.25%-
HSV(B)226.15º43.82%34.9%-
XYZ4.684.5310.08-
YUV59.73144.52121.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=25.25%
G=29.80%
B=44.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5059890.440.3400.65226.1528.0627.25
Hex323B592C22041e21c1b
Octal6273131544201013423433
Binary110010111011101100110110010001001000001111000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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