#323B57

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

Shades of Gulf Blue #323B57

Tints of Gulf Blue #323B57

Color information

#323B57 (or 0x323B57) is unknown color: approx Gulf Blue. HEX triplet: 32, 3B and 57. RGB value is (50,59,87). Sum of RGB (Red+Green+Blue) = 50+59+87=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #323B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B57 is #CDC4A8. Grayscale: #3B3B3B. Windows color (decimal): -13485225 or 5716786. OLE color: 5716786.

HSL color Cylindrical-coordinate representation of color #323B57: hue angle of 225.41º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323B57 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB505987-
CMYK0.430.3200.66
HSL225.41º27.01%26.86%-
HSV(B)225.41º42.53%34.12%-
XYZ4.64.499.64-
YUV59.5143.52121.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=25.51%
G=30.10%
B=44.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5059870.430.3200.66225.4127.0126.86
Hex323B572B20042e11b1b
Octal6273127534001023413333
Binary110010111011101011110101110000001000010111000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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