Html Css Color HEX #323B57 Gulf Blue

📋 copy color: '#323B57'

red 50 ◦ green 59 ◦ blue 87

#323B57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #323B57

Tints of Gulf Blue #323B57

RGB

 RED value IS 50 (19.92% from 255) = 25.51%

 GREEN value IS 59 (23.44% from 255) = 30.1%

 BLUE value IS 87 (34.38% from 255) = 44.39%

R = 25.51%
G = 30.1%
B = 44.39%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#323B57 (or 0x323B57) is known color: 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

RGB 50 59 87 -
CMYK 0.43 0.32 0 0.66
HSL 225.41º 0.27% 0.27% -
HSV(B) 225.41º 0.43% 0.34% -
XYZ 4.6 4.49 9.64 -
YUV 59.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 50 59 87 0.43 0.32 0 0.66 225.41 0.27 0.27
Hex 32 3B 57 2B 20 0 42 E1 1B 1B
Octal 62 73 127 53 40 0 102 341 33 33
Binary 110010 111011 1010111 101011 100000 0 1000010 11100001 11011 11011

Color Harmonies of #323B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B57

Black with #323B57

Text Example


Text Example

White with #323B57

Text Example


Text Example

HTML Codes & Css Web 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>